This is another problem. Composite is not supported because that is a process done at 
the pixel level and wouldn't work in the PDF model. You can however use fill colors 
with with alpha blending and obtain some interesting effects.

Best Regards,
Paulo Soares 

> -----Original Message-----
> From: 佐藤 [EMAIL PROTECTED](J [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 05, 2004 10:47 AM
> To: Paulo Soares; JL; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] iText Text Over Shape
> 
> Hi,
> 
> I use 3 PdfTemplate to draw on Graphics
> in order to avoid that overlapping.
> One: text
> Two: lines
> Three: child components
> And add them in this order.
> 
> Paulo, why composite object is disabled?
> 
> Thanks,
> Takenori
> 
> --- Paulo Soares <[EMAIL PROTECTED]> からのメッセージ
> :
> > This is a current limitation with PdfGraphics2D that
> > only processes
> > copied contexts at the end and not as they occur.
> > it's in my to-do list
> > but not on the top.
> > 
> > Best Regards,
> > Paulo Soares
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] 
> > >
> > [mailto:[EMAIL PROTECTED]
> > On Behalf Of JL
> > > Sent: Thursday, March 04, 2004 12:54 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [iText-questions] iText Text Over Shape
> > > 
> > > I'm trying iText on an existung application:
> > > 
> > > PdfContentByte cb = writer.getDirectContent();
> > > PdfTemplate tp = cb.createTemplate(w, h);
> > > Graphics2D g2 = tp.createGraphics(w, h, mapper);          
> >   
> > > existingClass.drawOnGraphic(g2);
> > > 
> > > The text is obscured by overlapping shapes.  This
> > is not the 
> > > case normally.  
> > > How do I get the text to the top?
> > > 
> > > Thanks.
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: IBM Linux
> > Tutorials
> > Free Linux tutorial presented by Daniel Robbins,
> > President and CEO of
> > GenToo technologies. Learn everything from
> > fundamentals to system
> >
> administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
> > _______________________________________________
> > iText-questions mailing list
> > [EMAIL PROTECTED]
> >
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 
> > 
> 
> __________________________________________________
> Do You Yahoo!?
> http://bb.yahoo.co.jp/
> 
> 
> 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to