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.

I made a little test class to reproduce the problem:
http://www.filespace.net/?d=A867FB691

And also a screenshot to compare the results:
http://www.filespace.net/?d=2D877E011

I understand why the border is thinner in the alpha version and the
black background of the non-alpha version.

What I don't understand is why Acrobat change the text and the border color.

Stephan.

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