B
> -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 Pdf
>
> > -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
f 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
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 c