[ 
https://issues.apache.org/jira/browse/PDFBOX-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155597#comment-15155597
 ] 

ASF subversion and git services commented on PDFBOX-3233:
---------------------------------------------------------

Commit 1731391 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1731391 ]

PDFBOX-3233: use cache for acroform default resources, as suggested by Isto 
Nikula

> Create default resources with cache
> -----------------------------------
>
>                 Key: PDFBOX-3233
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3233
>             Project: PDFBox
>          Issue Type: Wish
>          Components: AcroForm
>    Affects Versions: 2.0.0
>            Reporter: Isto Nikula
>            Priority: Minor
>              Labels: newbie
>
> NOTE: actual version is 2.0.0-RC3
> In PDAcroForm#getDefaultResources existing resources are created like this:
> {code}
>         COSDictionary dr = (COSDictionary) 
> dictionary.getDictionaryObject(COSName.DR);
>         if (dr != null)
>         {
>             retval = new PDResources(dr);
>         }
> {code}
> PDResources supports resource cache but default resources is always created 
> without one.



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