Copy link to clipboard
Copied
Hello I am a software developer and we are investigating our options with integrating with Adobe Acrobat.
Microsoft Office allows developers to create add-ins which appear as side panels in their applications, today these are mostly HTML based.
Does Adobe provide a similar integration pattern? If not, what mechanisms are provided to developers to integrate within the client components?
Copy link to clipboard
Copied
In Acrobat you can use JavaScript to create new menu or toolbar items. The latter can then be combined into custom toolbars, which can be distributed to other users (along with the .js files that contain the actual code for them).
Copy link to clipboard
Copied
Could you please link me to any documentation on how to do this? Thanks
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This is not the full thing, though. You can also create similar toolbars in the righ-hand side menu, under Tools, and save them as .aaui files, which are actually XML-based.
Copy link to clipboard
Copied
There is no general way to create a side panel (neither left nor right). It's a sad limitation.