-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8.16, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13
-
Fix Version/s: 1.8.17, 2.0.14, 3.0.0 PDFBox
-
Component/s: Documentation, Preflight
-
Labels:None
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>