DeviceCMYK support in PDColorSpaceFactory -----------------------------------------
Key: PDFBOX-482 URL: https://issues.apache.org/jira/browse/PDFBOX-482 Project: PDFBox Issue Type: Bug Components: PDModel Reporter: Hilel New Running the PrintImageLocations example, causes an exception on some PDF files: java.io.IOException: Unknown colorspace array type:COSName{DeviceCMYK} at org.apache.pdfbox.pdmodel.graphics.color.PDColorSpaceFactory.createColorSpace (PDColorSpaceFactory.java:107) One of the methods in PDColorSpaceFactory class is missing the codes that handels DeviceCMYK Colour Space. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.