Samatha Boda wrote:

Hi,

Can you please clarify my doubt? How can I display some header text in all pages other than front page. If I use onendpage to display it will also display in the first page, but I don't want to display in the first page.

In onEndPage a PdfWriter object writer is passed.
Ask this writer variable for its pagenumber.
If it's one return without adding the header.
If it's different from one add the header.
br,
Bruno


------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to