EvotecIT / PSWritePDF

PowerShell Module to create, edit, split, merge PDF files on Windows / Linux and MacOS
GNU Affero General Public License v3.0
189 stars 20 forks source link

Merged PDF is losing its form capabilities #41

Open pfeitim opened 1 year ago

pfeitim commented 1 year ago

First of all, thank you for the great plugin!

I ran into a problem when merging multiple PDF files where one PDF file contains a form with scripts (to automatically calculate field values based on entered numbers).

The form functionality is gone when merging, at least the scripts to calculate the fields and apply functionality to the send/approve button.

Is there a way to merge multiple PDFs and keeping the full form functionality?

PrzemyslawKlys commented 1 year ago

Not sure - but you can take a look at this issue: https://github.com/EvotecIT/PSWritePDF/issues/12 The result was adding Flatten functionality which converts PDF forms making it at least readable.