You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PDF/A
Q: We are using PDF Tron to understand the PDFA (b) compliance of
documents and have received the following errors, could you please
help provide a understanding to the non-compliance event
description?
e_PDFA1_12_1 Array contains more than 8191 elements
e_PDFA1_12_3 Name with more than 127 bytes
--------------------------------
A: These errors indicate that PDF is corrupt and that it violates some
implementation limits described in the Appendix of ISO PDF32000. PDF/A
documents (and PDF files in general) should not contain arrays
containing more than 8191 elements and name object larger than 127
bytes. For details you can also refer to section 1.12 in PDF/A
Specification.
Is it safe to assume that these files are specifically handcrafted to
test PDF/A validation? Or they are created from your own files?