You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
PDFsak uses latex's pdfpages package for merging, which treats PDFs as images and ignore forms as well as comments (source 1, source 2).
The easiest way for your use cases is probably to use qpdf. To merge a.pdf with b.pdf into c.pdf you can run:
qpdf --empty --pages a.pdf b.pdf -- c.pdf
and forms will be preserved.
In alternative, to use PDFsak we would need to first "flatten" the PDF, that is, convert it into an image, and then merging. This would be achieved with something like:
I try to merge 2 pdf, one of them has a few form field filled allready, but, when i merged in the output file the fields do not show.
The text was updated successfully, but these errors were encountered: