Pages

Friday, March 22, 2013

Free PDF/A validation using PdfBox preflight

Apachie PdfBox preflight can be used to validate PDF/A's.

using the exmple in the last entry:

issue the command:

java -classpath /home/fausser/LatestTrunk/PDFBox-trunk/trunk/preflight/target/preflight-1.8.0-SNAPSHOT-jar-with-dependencies.jar org.apache.pdfbox.preflight.Validator_A1b /home/fausser/Fixflag/AnnontsPDFA.pdf

The file /home/fausser/Fixflag/AnnontsPDFA.pdf is a valid PDF/A-1b file

download the jar file from:
https://builds.apache.org/job/PDFBox-trunk/lastBuild/org.apache.pdfbox$preflight/

No comments:

Post a Comment