Solved
create a toolbar button to a pdf
Good afternoon, I am looking for guidance on how to create a toolbar button in editor that when pressed will open specific pdf. How do I do this?
Bryon
Good afternoon, I am looking for guidance on how to create a toolbar button in editor that when pressed will open specific pdf. How do I do this?
Bryon
Bryon, it turns out execute() is not the command, see if the following works for you?
sh cmd /c start "" "c:\\src\\test test.pdf"
Once you get that command working then you will need to see how to add a toolbar button, so get that much working first with a test PDF.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.