问题
As I am new to iText. I don't know how to add table in footer of pdf using iText 1.4.
I already added table in header and it works fine. But in case of footer, it is not working properly.
Anybody please help me.
Thanks in advance
回答1:
If you use the latest version of iText (5.2.x), headers and footers are best managed via Page Events.
See these examples taken from the iText in Action book.
来源:https://stackoverflow.com/questions/10562257/how-to-add-tables-in-footer-of-pdf-in-java-using-itext