forms
I have hundreds of PDF files edited as forms. The forms contain a button that is linked with javascript code. Is it possible to make a sweeping change in all the code of the files, without entering each file individually
I have hundreds of PDF files edited as forms. The forms contain a button that is linked with javascript code. Is it possible to make a sweeping change in all the code of the files, without entering each file individually
there is a button called "botton1" which contain java script code,
i want to change the code in it
It's actually called "Button1". It's important to use the correct field name.
If you have Acrobat Pro you can do it by running an Action on the files that executes the following JavaScript command:
this.getField("Button1").setAction("MouseUp", "NewCodeGoesHere");
Replace "NewCodeGoesHere" with a string representation of the new code to use.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.