Re: [iText-questions] PdfPTableEvent and Templates

2003-08-02 Thread Paulo Soares
That can happen if the template covers the text although I don't understand why regular Table would be affected. Please post a complete small runnable code exhibiting the problem. Best Regards, Paulo Soares - Original Message - From: "Carmona Perez, David" <[EMAIL PROTECTED]> To: "Itext-Q

Re: [iText-questions] Template cutting off bottom of text . . .

2003-08-02 Thread Paulo Soares
template.setBoundingBox(new Rectangle(0, -10, 50, 50)) Best Regards, Paulo Soares - Original Message - From: "Tom Kofford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 17:01 Subject: Re: [iText-questions] Template cutting off bottom of text . . . > > Good

Re: [iText-questions] 'Advanced iText' - Aligning Text

2003-08-02 Thread Paulo Soares
showTextAligned() works with a single line. If you want multiline and a few other tricks use ColumnText. Best Regards, Paulo Soares - Original Message - From: "Mitter Florian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 13:54 Subject: [iText-questions] 'Advan

Re: [iText-questions] FW: Hebrew support

2003-08-02 Thread Paulo Soares
Create the Graphics2D with PdfContentByte.createGraphicsShapes(). The text is converted to shapes but it's the only way to make it work. Best Regards, Paulo Soares - Original Message - From: "Yishai Steinhart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 17:54