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
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
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.