You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Bill Janssen (JIRA)" <ji...@apache.org> on 2018/04/18 16:32:00 UTC

[jira] [Created] (PDFBOX-4197) PDStructureElement.getAttributes() ignores reference objects

Bill Janssen created PDFBOX-4197:
------------------------------------

             Summary: PDStructureElement.getAttributes() ignores reference objects
                 Key: PDFBOX-4197
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4197
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 2.0.9
         Environment: N/A
            Reporter: Bill Janssen


Attribute dictionaries attached to a structure element may be either direct or references.  getAttributes() handles the direct case but ignores object references without error messages.  This can also lead to invalid revision numbers attached to the attribute dictionaries it does handle properly.

 

The fix would be to add another branch to the iteration loop in PDStructureElement.getAttributes(), to handle object references.



--
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