On Feb 20, 2008, at 9:28 AM, Stephan Michels wrote:

> 2008/2/20, 1T3XT info <[EMAIL PROTECTED]>:
>> Stephan Michels wrote:
>>> And how can I set the default transparency blending space with  
>>> itext?
>>
>> Some pseudocode (so that you can Google for the keywords):
>>
>> PdfGState gs = new PdfGState();
>> gs.setBlendMode(<choose state>);
>> cb.setState(gs);
>
> 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...

Leonard


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to