Question
Programmatically enabling a button to click itself when PDF is opened
I have written JavaScript code for a button with a "Mouse Up" trigger and "Run a JavaScript" action. 
This button performs the required actions after clicking on it.
I want to write another code which programatically enables this click action every time the PDF is opened without clicking on the button with my mouse.
How do I do this? Any ideas?
