Hi Robert, > Am 23.07.2015 um 12:14 schrieb Robert Gründler <[email protected]>: > > Hi there, > > according to the documentation it's possible to validate if a PDF is > PDF/A-1b compliant: > https://pdfbox.apache.org/1.8/cookbook/pdfavalidation.html > > Is it possible to validate PDF/A-3 compliance as well using the > Preflight library? (http://www.wikiwand.com/en/PDF/A#/PDF.2FA-3) >
no, that's not possible as the rules for checking the PDF are only implemented for PDF/A-1b. Any provision that differs between PDF/A-1b and PDF/A-3 wouldn't be picked up. There hasn't been a lot of demand (or at least people didn't explicitly ask for it) for PDF/A-2 and PDF/A-3 validation using PDFBox as well as there haven't been any contributions. Please also note that there is an open source project called veraPDF [veraPDF.org] which is looking to implement PDF/A-1 to PDF/A-3 validation. The parsing is done using PDFBox. BR Maruan > regards > > Robert > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

