[ https://issues.apache.org/jira/browse/PDFBOX-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andreas Lehmkühler resolved PDFBOX-1802. ---------------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 1.8.4 Assignee: Andreas Lehmkühler [~mkl] Thanks for the clarification I fixed that issue in revisions 1557553 (trunk) and 1557554 (1.8 branch). Thanks for report! > 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 > Assignee: Andreas Lehmkühler > Labels: cosarray, setdirect > Fix For: 1.8.4, 2.0.0 > > > 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)