How can I create a stamp with multiple input fields?
Copy link to clipboard
Copied
I have 3 fields. I wrote this code:
this.getField("AuszugsNr").value = app.response("Auszug-Nr:");
this.getField("BelegNr").value = app.response("Beleg-Nr:");
this.getField("KSt").value app.response("KSt:");
Now the situation looks like this: When I set the Stamp a window opens wich is called "Auszug-Nr:". There I can type something in. After that I click on OK. The current window (Auszug-Nr) closed and a new window called "Beleg-Nr" opens where I can type something in as well.....
I want to fill this three fields with one opened JavaScript Window.
How can I do it?
Copy link to clipboard
Copied
Use a Javascript Dialog for this.
Details are in the Acrobat Javascript Reference.
Copy link to clipboard
Copied
Start here: https://acrobatusers.com/tutorials/creating-a-custom-dynamic-stamp-infographic/
And here: https://www.pdfscripting.com/public/Free_Videos.cfm#Stamps
Acrobate du PDF, InDesigner et Photoshoptographe

