Stephan Michels wrote:
> And how can I set the default transparency blending space with itext?

This is explained in chapter 12 of "iText in Action".

Some pseudocode (so that you can Google for the keywords):

PdfGState gs = new PdfGState();
gs.setBlendMode(<choose state>);
cb.setState(gs);

With cb a PdfContentByte instance (for instance a PdfTemplate).
-- 
This answer is provided by 1T3XT BVBA

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