Although the iText tutorial states that Page Events like onEndPage can be
used to add more complex headers and footers than simple text/page numbers,
I am clearly too dense to figure out how to do so. I want a one-row table
at the top of each page of a report, to identify the columns.

Could someone be so kind as to post a code sample that, onEndPage, inserts
a simple PdfPTable at the top of the next page?

I've managed to get my code to recognize the onEndPage event, but whatever
I try to insert shows up on the page that is ending.  Adding
"document.newPage()" causes an infinite loop.  I've gotten nowhere with the
PdfContentByte either.

Thanks,
Bill Redic





-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to