Skip to main content
Participant
June 13, 2025
Answered

Print to PDF

  • June 13, 2025
  • 1 reply
  • 186 views

Hi, ich muss PDF Vorlagen ausgefüllt Speichern, sodass sie nicht mehr verändert werden können. Das mache ich normalerweise über "Print to PDF" was man unter Drucken als Speicheroption findet. Gerade erhalte ich dabei aber immer die folgende Fehlermeldung: 

 

"Das Dokument konnte nicht gedruckt werden. Bitte nutze zur Fehlerbehebung unsere Hilfeseite"

 

Weiß jemand aus der Community vielleicht was das Problem sein könnte? 

Correct answer try67

Not really, but this is not a very good way of "flattening" a PDF file.

You can do it much more easily using a script. For example, you can create a "Custom Command" that executes this code to do it:

this.flattenPages();

Just be aware this is not reversible, so make sure to save the file under a new name, in case you want to make changes to it later on.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 13, 2025

Not really, but this is not a very good way of "flattening" a PDF file.

You can do it much more easily using a script. For example, you can create a "Custom Command" that executes this code to do it:

this.flattenPages();

Just be aware this is not reversible, so make sure to save the file under a new name, in case you want to make changes to it later on.