Yes I have used this
HeaderFooter header = new HeaderFooter(new Phrase("This is a header without a page
number"), false);
document.setHeader(header);
this is working fine for all the pages but this value could not be set for the first
page I am adding two tables. One table is dyanamic and it go
Depending on your needs you could use a HeaderFooter
object or page events. The HeaderFooter object is
very simple to use; there is a working example of the
page event at
http://www.lowagie.com/iText/tutorial/ch12.html#eventexample
.
-Matt
--- [EMAIL PROTECTED] wrote:
> Hai
>
> My requirement i
Hai
My requirement is that I need to create page number at the end of each Page
I am creating a single table in which number of rows will go from 2 to N number. I
implemented the PdfPageEvent Interface I oover ridden the Methods
onEndPage
It doesn't write the page number
Give me the solution