iText doesn't change your image colorspace.

use this (java):
writer.setPDFXConformance(PdfWriter.PDFX1A2001);

you will get a PdfXConformanceException if anything in your document is not
CMYK, you will also get an exception if you have fonts that are not
embedded.
-- 
View this message in context: 
http://www.nabble.com/CYMK-TIFF-added-to-a-PDF-produces-an-RGB-PDF-tf2558221.html#a7232676
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to