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

依然范特西╮ 提交于 2020-01-06 02:12:08

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!