You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Dan Anderson (JIRA)" <ji...@apache.org> on 2018/12/17 21:54:00 UTC

[jira] [Created] (PDFBOX-4408) Object StructParent property does not match entry in parent tree

Dan Anderson created PDFBOX-4408:
------------------------------------

             Summary: Object StructParent property does not match entry in parent tree
                 Key: PDFBOX-4408
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4408
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 3.0.0 PDFBox
            Reporter: Dan Anderson
         Attachments: form.pdf

After merging 2 documents together, the parent tree entries for the second page do not match their expected key.  For the attached document you can look at the "Date you are available" field after the merge.  In the parent tree the second page field is located with key of 15.  However the object expects its key to be 21.  The /StructParent value is 21 but it should be 15.  This mismatch causes issues with a11y readers and the reading order in Adobe DC.

 

The fields brought from the destination document are correct, but fields from the source document do not match.  They continue with the pattern, so the next field is located at key 16 but the /StructParent value is 22, 17 for 23, etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org