Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.8.16, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13
-
None
Description
Found a strange class referenced in the
https://pdfbox.apache.org/docs/2.0.13/javadocs/org/apache/pdfbox/preflight/Validator_A1b.html
>This class is a simple main class used to check the validity of a pdf file. Usage : java >net.awl.edoc.pdfa.Validator <file path>
Should be:
This class is a simple main class used to check the validity of a pdf file.
Usage : java org.apache.pdfbox.preflight.Validator_A1b <file path>