Copy link to clipboard
Copied
Hallo, ich wollt in Adobe Acrobat in einer Pdf ein Feld progammieren. Und zwar soll wenn in dem Feld der Name einer Firma eingetragen wird, in einem anderen Feld automatisch die Telefonnummer eingetragen werden. Ich dachte an eine if-then Programmierung, weiss aber nicht wie.
Kann mir jemand helfen ?
Danke im voraus
Copy link to clipboard
Copied
Hallo, ich wollt in Adobe Acrobat in einer Pdf ein Feld progammieren. Und zwar soll wenn in dem Feld der Name einer Firma eingetragen wird, in einem anderen Feld automatisch die Telefonnummer eingetragen werden. Ich dachte an eine if-then Programmierung, weiss aber nicht wie.
Kann mir jemand helfen ?
Danke im voraus
Copy link to clipboard
Copied
Info: Acrobat uses JavaScript, not Java.
Copy link to clipboard
Copied
See this tutorial: https://acrobatusers.com/tutorials/change_another_field
I've also developed a script that allows you to easily set it up, if you're using a drop-down for the "main" field (the company name, in this instance), but it can be easily adjusted to work with a text field as well. You can find it here: Custom-made Adobe Scripts: Acrobat -- Populate Fields From Dropdown