-
Notifications
You must be signed in to change notification settings - Fork 615
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
Tagged PDF fails Acrobat syntax check #676
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing a tagged PDF crated by openPDF the Acrobat preflight syntax check reports that the ParentTree mapping is inconsistent. I'm not sure of the exact problem, but I've noticed a difference in tagged PDFs created by openPDF & iText 2.1.7. In openPDF the /K array of a structure element contains the dictionary object of the child structure, whereas in iText it contains an indirect reference
![rups-openpdf](https://user-images.githubusercontent.com/13805092/155922822-175a8cb3-f69e-4c12-8730-00e1a33a7cee.png)
![rups-itext](https://user-images.githubusercontent.com/13805092/155922844-20c199d7-36c1-4256-a12a-53bb3486e6d0.png)
sample.zip
.
The text was updated successfully, but these errors were encountered: