Copy link to clipboard
Copied
Hallo,
ich arbeite viel mit PDF-Formularen. Wir müssen tägliche Speisepläne darin schreiben.
Wenn ich nun jedoch mehrere Dateien zu einer zusammenführe, überschreiben sich alle Formularfelder zu den identischen Inhalten.
Gibt es eine Funktion, um dies zu verhindern?
Danke!
Copy link to clipboard
Copied
You need to flatten them first. This can be done using an Action that executes this code:
this.flattenPages();
Note that this process is NOT reversible, though, so make sure you keep a backup copy of the editable forms, just in case.