Re: [iText-questions] Page numbering problem

2004-10-08 Thread Paulo Soares
See the example headers_and_watermarks.java at itextpdf.sf.net. Best Regards, Paulo Soares - Original Message - From: "Scott Johnston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 19:39 Subject: [iText-questions] Page numbering problem Hi All, Here is

RE: [iText-questions] Page numbering problem

2004-10-08 Thread Scott Johnston
8, 2004 1:26 PM To: Scott Johnston; [EMAIL PROTECTED] Subject: Re: [iText-questions] Page numbering problem I had a similar problem where I wanted to do some special handling of the end of a page only when I was rendering a table. I handled it by making a class derived from PdfPageEvent that has

Re: [iText-questions] Page numbering problem

2004-10-08 Thread Steve Appling
I had a similar problem where I wanted to do some special handling of the end of a page only when I was rendering a table. I handled it by making a class derived from PdfPageEvent that has a boolean member, inTable. I always set the inTable flag before attaching a table and clear it afterwards.

Re: [iText-questions] Page numbering problem...new problems this time (jsp's)

2002-06-29 Thread Paulo Soares
- From: "Sean Leistico" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 1:36 Subject: Re: [iText-questions] Page numbering problem...new problems this time (jsp's) > Thanks, Paulo, for your quick reply, but now I'm discovering a