Re: [iText-questions] Problem with transparent images

2008-02-20 Thread Eliot M Cline
2008/2/20, Leonard Rosenthol [EMAIL PROTECTED]: Hmm, doesn't help :-( I tried every blend mode, but this doesn't prevent Acrobat from switching to the CMYK color space. You need to set the COLORSPACE to DeviceRGB... Thanks, but how can I achieve it? I tried 1. ImgTemplate

Re: [iText-questions] Color looks different after drawingparticular image types

2007-03-21 Thread Eliot M Cline
Hello Peter,Here is an example of how to embed an ICC profile in your pdf and use it as the default colorspace. The code is VB but you should be able to port it to java with minimal effort. Basically the steps I follow in our application are:1) read the ICC profile data into a byte array2)

Re: [iText-questions] Color looks different after drawingparticular image types

2007-03-19 Thread Eliot M Cline
We had a similar issue with vector graphics and layers that utilize transparency. I solved our problem after a long time studying the pdf ref manual and looking at pdf docs created with Illustrator. I noticed PDF's created with Ilustrator have the page containing transparent objects set to be a

Re: [iText-questions] Color looks different after drawingparticular image types

2007-03-19 Thread Eliot M Cline
Peter,Get yourself a copy of the pdf ref manual and read the sections on rendering and transparency. It is all explained in excruciating detail. Alternatively, just translate into java the code snippet I posted yesterday and incorporate it into your own, and everything should work fine. This

Re: [iText-questions] Blending colorspace

2007-01-20 Thread Eliot M Cline
: Date: Saturday, January 20 2007 7:17 PMSubject: Re: [iText-questions] Blending colorspaceOn Jan 19, 2007, at 6:13 PM, Eliot M Cline wrote: I have been developing an itextsharp app that produces high- quality, atlas-style maps.Excellent! I'd love to see some of the results... As previously

[iText-questions] Blending colorspace

2007-01-19 Thread Eliot M Cline
Hello All,After many months of lurking on this mailing list, I am going to submit myself as a willing victim for whoever might wish to bark at my potentially naive questions. Hopefully get my questions answered at the same time!I have been developing an itextsharp app that produces