Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 iText java lib 生成 PDF,如何将静态容器添加到页面底部?我想用它来签名,如果有不止一页,它必须在每一页上,总是在左下角?
亲切的问候
用于PdfPageEventHelper.onEndPage()向每个页面添加内容,如本示例中所述。
PdfPageEventHelper.onEndPage()