Thompson, Mark wrote:
> This question may have been asked already.

Yes, it has been answered over and over again.

> How do I have the footer print at the bottom of the first page as well 
> as all subsquent pages?

Either you are using the HeaderFooter class (a class
you shouldn't use) and you are setting the footer after
document.open() instead of BEFORE document.open() as it
was documented in VERY old tutorials.

Or you are adding the footer with a Page Event (as
you should, as described in the book), and you are
setting the event after the first document.newPage().

br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to