These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

add button

Mushtaq
Registered: Jul 16 2007
Posts: 2

Would like to add a button to the toolbar using API. Please let me know whether it can be done and how?

My Product Information:
Reader 5, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This would be the Acrobat JavaScript

app.addToolButton();

function. But the easiest way is to use AcroButtons, which makes added button icons easy and provides some helpful example scripts.

[url=http://www.windjack.com/products/acrobuttons.php]http://www.windjack.com/products/acrobuttons.php[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script