[ https://issues.apache.org/jira/browse/PDFBOX-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tilman Hausherr closed PDFBOX-4238. ----------------------------------- Resolution: Not A Bug Closing for lack of Feedback, and it was a how-to question anyway, you can still comment or reopen. See also PDFBOX-4184 (the change there will be in 2.0.11, not in the upcoming 2.0.10) > How to insert CMYK image without convert to RGB > ----------------------------------------------- > > Key: PDFBOX-4238 > URL: https://issues.apache.org/jira/browse/PDFBOX-4238 > Project: PDFBox > Issue Type: Bug > Components: PDModel > Affects Versions: 2.0.7 > Environment: Java > Reporter: BOOMINATHAN MANIKANDAN > Priority: Major > Labels: how-to > > Hi, > I am trying to create pdf in java using pdfbox 2.0.7, but problem is I am not > able to insert CMYK color space image in pdf. > how to do it? > I am using below code, > PDImageXObject pdImage = PDImageXObject.createFromFileByContent(imageFile, > pDDocument); > pdImage.setColorSpace(PDColorSpace.create(COSName.DEVICECMYK)); > pDPageContentStream.drawImage(pdImage, x, y, width, height); > Thanks, > Mani -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org