Hi,
 
I produce a pdf-document with itext with CMYK-JPEG's. All goes right, until I open the document with Illustrator 10.0. The colors of the image gets inverted.
I have to use Illustrator to work further with this document.
 
Whats wrong? Does I do anything wrong with creating the PDF-document or is this a problem from Adope Illustrator 10.0?
 
To write the image to the document I use following code:
 
Image picture = Image.getInstance( "test.jpg" );
picture.scaleAbsolute( 150, 50 );
picture.setAbsolutePosition( 50, 400 );
document.add(picture);
 
Thanks for any help
 
Juergen

Reply via email to