At 10:36 PM -0600 11/1/06, Morgan Catlin wrote:
>I'm attempting to add a CYMK TIFF to an empty PDF.  I'd like to print the
>resulting PDF using the CYMK colorspace.

        Well that's up to your printer supporting CMYK - but no problem.


>However, when opening the PDF
>with Adobe Acrobat/Photoshop, the colorspace has switched to RGB.

        Well, in Acrobat, it has to color manage your data to the 
screen (which is an RGB device) - but when printing, it will either 
pass the data through to the printer or can also color manage at that 
time, depending on your settings.

        Photoshop, however, is a basic RIP - which means it will 
render your PDF into the single colorspace of your choice.  Gray, RGB 
or CMYK - you tell PSD when you open the PDF.


>   I've tried fiddling with the PdfWriter.setDefaultColorSpace

        don't do that - it's not what you want...


>However, when I look at a PDF that successfully sets CYMK, the colorspace
>setting looks like this:
>/ColorSpace /DeviceCMYK

        That definitely says that the TIFF is getting added correctly.


Leonard
-- 
---------------------------------------------------------------------------
Leonard Rosenthol                            <mailto:[EMAIL PROTECTED]>
Chief Technical Officer                      <http://www.pdfsages.com>
PDF Sages, Inc.                              215-938-7080 (voice)
                                              215-689-3863 (fax)

-------------------------------------------------------------------------
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