12-1 getFileInfo: Getting PDF Information

Processing

Gets the following from the PDF and outputs that information to standard output.

The setting of output file (-o) is not required to run this command.

Example of commands

[Executing example commands]

Outputs the PDF file information on test.pdf to standard output.

[Windows]

AHPDFToolCmd80.exe -getFileInfo -d C:\test\test.pdf

[Linux]

AHPDFToolCmd80 -getFileInfo -d /home/antenna/test/test.pdf

Folder settings: applied

You can perform batch processing by specifying the input folder with the -d parameter.

If a folder is specified, information on the PDF file in the input folder will be acquired and output to standard output. There is no need to specify the output folder (-o).

Parameters

Parameter

Content

-version

Can be omitted.
Output PDF version number.

-docInfo

Can be omitted.
Output document information and total number of pages.

-viewInfo

Can be omitted.
Output initial view information.

-customProp

Can be omitted.
Output custom property information.

-security

Can be omitted.
Outputs security information.

Specifically, it outputs whether security settings are present, and if so, their detailed information.

-signature

Can be omitted.
Output signed document or not.

-pdfa

Can be omitted.
Output PDF/A or not.

-pdfx

Can be omitted.
Output PDF/X or not.

Output content

See "13-1 -getFileInfo: Getting PDF Information" in "Output Content of Acquired Information" for specific output content.

Please enter alt text.