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

Andreas Lehmkühler commented on PDFBOX-1802:
--------------------------------------------

Hmmm, I'm not sure if this is allowewd. I can't find any hint in the pdf spec. 
Do you have a sample pdf with an array containing a direct dictionary? If so, 
can you attach it?

> COSDictionary in COSArray setDirect(true) but dic written indirect
> ------------------------------------------------------------------
>
>                 Key: PDFBOX-1802
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1802
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Writing
>    Affects Versions: 1.8.2
>            Reporter: Cedomir Suljagic
>              Labels: cosarray, setdirect
>
>               COSDictionary dic = new COSDictionary();
>               dic.setDirect(true);
>               dic.setItem...
>               COSArray array = new COSArray();
>               array.setDirect(true);
>               array.add(dic);
> Dictionary in array is indirect.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to