Answered
Is it possible to simulate a button click?
Hi,
i want to click a button using a script in acrobat pro dc, how can i do this?
Hi,
i want to click a button using a script in acrobat pro dc, how can i do this?
You can't press the button but you can imitate that action using this code:
this.resetForm(["Field1", "Field2", "Field3"]);
This will reset those three fields, for example.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.