Validates whether the PDF file complies with the specified PDF/A standard.
The command "-validatePDFA" can validate for compliance with the following PDF/A standards:
Checks if out.pdf is PDF/A-2b compliant. Outputs the processing log to the same location as the input file specified with -d with the file name "input file name.log"
AHPDFToolCmd80.exe -validatePDFA -type 2b -log -d c:\out.pdf
AHPDFToolCmd80 -validatePDFA -type 2b -log -d /home/antenna/out.pdf
You can perform batch processing by specifying the input folder with the -d parameter.
If a folder is specified, a compliance check will be performed on the PDF files in the input folder. If -log is specified, each processing log file is output to the output folder in the same folder as the input file in the "input file name.log" format.
|
Parameter |
Content |
|
-type {1a|1b|2a|2b|3a|3b} |
[required] 1a: Checks PDF/A-1a compliance |
|
-log |
Can be omitted. The output destination is the same level as the input file specified with "-d." The file name will be the file name specified with "-d" with the extension changed to ".log" |