Isto Nikula created PDFBOX-3233:
-----------------------------------

             Summary: Question: PDAcroForm#getDefaultResources ignores existing 
COSName.DR, is this intentional?
                 Key: PDFBOX-3233
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3233
             Project: PDFBox
          Issue Type: Bug
          Components: AcroForm
            Reporter: Isto Nikula
            Priority: Minor


NOTE: actual version is 2.0.0-RC3


In PDAcroForm#getDefaultResources existing resources are ignored:
        COSDictionary dr = (COSDictionary) 
dictionary.getDictionaryObject(COSName.DR);
        if (dr != null)
        {
            retval = new PDResources(dr);
        }

The class also contains setDefaultResources which does not really have any 
effect due to the above.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to