Sunil Agrawal
Sunil Agrawal

Reputation: 19

How to add tables in footer of PDF in java using itext

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

Upvotes: 1

Views: 3087

Answers (1)

Alexis Pigeon
Alexis Pigeon

Reputation: 7512

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.

Upvotes: 1

Related Questions