-
Notifications
You must be signed in to change notification settings - Fork 638
PDF/A support #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have created a quick initial test case which validates PDF files generated by OpenPDF here: Currently it finds 5 validation errors:
|
@Lonzak @bsanchezb @netmackan Are you able to assist here please? |
Adding @mkl-public to the loop as well |
Can you use PDFAFlavour.PDFA_1_B; and try again? |
PDFAFlavour.PDFA_1_B returns these 3 Validation errors:
So it would be interesting to find solutions to these validation errors. |
PDF/A-1a is for tagged PDFs which needs special handling. So for this test I think PDF/A-1b is (more) correct. I tested to fix the first message (which is relatively easy) however then I asked myself what the goal is. |
A new PdfADocument and PdfAWriter for generating PDF/A compliant documents seems useful. |
A new PdfADocument and PdfAWriter for generating PDF/A compliant documents seems useful.
Suggest to create unit tests using veraPDF to validate PDF files created by OpenPDF.
https://github.com./veraPDF/veraPDF-validation
https://en.wikipedia.org/wiki/PDF/A
The text was updated successfully, but these errors were encountered: