[ https://issues.apache.org/jira/browse/PDFBOX-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Duffy updated PDFBOX-519: -------------------------------- Attachment: Democratic Renewal final.pdf There's one behind the "To download a copy of The Report of the Democracy Commission click here...." link on this site: http://www.democracycommission.ie/showPage.php I've attached it, but I don't think I can grant a licence for inclusion. Anyway, without the patch, three NullPointerExceptions are output to strderr when rendering; with it, three IOExceptions explaining the problem are output. Not much of an improvement, but at least it points out where the functionality is missing. I'll try to schedule a day to implement type 0 (sampled) and type 2 (interpolated) functions, and I'll submit along with a patch to implement the DeviceN colorspace which is very similar to a separation. > NullPointerException in SetNonStrokingSeparation.java > ----------------------------------------------------- > > Key: PDFBOX-519 > URL: https://issues.apache.org/jira/browse/PDFBOX-519 > Project: PDFBox > Issue Type: Bug > Components: Parsing > Affects Versions: 0.8.0-incubator > Reporter: Andrew Duffy > Priority: Minor > Attachments: Democratic Renewal final.pdf, npe.patch > > > Caused by a failure to check for a null return from > PDSeparation.getColorValues() > java.lang.NullPointerException > at > org.apache.pdfbox.util.operator.SetNonStrokingSeparation.process(SetNonStrokingSeparation.java:56) > at > org.apache.pdfbox.util.operator.SetStrokingColor.process(SetStrokingColor.java:78) > at > org.apache.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:510) > at > org.apache.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:223) > at > org.apache.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:182) > at org.apache.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:92) > at org.apache.pdfbox.pdmodel.PDPage.convertToImage(PDPage.java:686) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.