PDF System Variables
- Updated: 2020/04/17
You can use the PDF system variables with the PDF Integration command.
The following table provides the names, return values, and descriptions for the PDF system variables.
| Name | Return Value | Description |
|---|---|---|
| PDFFileName | String | Returns PDF file name for given file with .pdf extension. |
| PDFTitle | String | Returns PDF title for given file. |
| PDFAuthor | String | Returns PDF author name for given file. |
| PDFSubject | String | Returns PDF subject for given file. |
Example:
PDF Integration:
Convert "D:\PDF\fw4.pdf" to images as "$PDFTitle$"
under folder "D:\PDFImages\"