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