Daniel Guia wrote:

Hello.
How i can paint a "table" at the bottom of the document, like a footer.

Best way to do this (assuming you're talking about PDF):
Define a margin that is large enough for the table.
Use a PdfPTable for the footer.
Add the PdfPTable at an absolute position of every
page automatically using an onEndPage event.
If the table always has the same content, put the
PdfPTable in a PdfTemplate first and add this
template, instead of the table (this will save you
disk space).
br,
Bruno


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to