Loading the same JavaScript into many PDF fields in Acrobat
I have a custom calculation script that I want to load into two dozen fields on a single page. Adding it to each field one at a time is a colossal pain, especially since I'm still developing the script and need to do it often.
Is there a less painful way to handle this? Does Acrobat have an option to add a script to many fields simultaneously? Or a way to put the script in one central "place" (in Acrobat, or the doc, or even externally) and have the fields pull the script from that place?
--------------------------------
UPDATE: I ended up using TinyTask to record a screen macro for inserting scripts. That way, I could insert a script by clicking a field and press my hotkey. That allowed me to add 38 scripts in under 5 minutes. Not the solution I was going for, but it's much better and faster than doing it 100% manually.
