OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.
Other
3.57k
stars
587
forks
source link
Merging pdfs doesn't merge the acro form fields #832
Describe the bug Using PdfSmartCopy, i'm trying to merge multiple pdfs into one. The generated pdf seems ok, but the acro fields are not recognized.
To Reproduce
Expected behavior I expect that the fields are in the final pdf, and recognized as such by reader (like acrobat)
Screenshots
System (please complete the following information):
Additional context
In iText, there is the concept of ".setMergeFields();" that fixes this issue, but it's not in openPdf