Skip to main content
Known Participant
April 29, 2020
Question

How to develop plugins for Adobe reader in macOS

  • April 29, 2020
  • 4 replies
  • 3740 views

I wanted to add menu to existing Adobe reader Application in macOS. Any heads are much appreciated. It would be more helpful if anyone can point to documentation, and any plugin sample. Which language or tools can be used to develop macos plugins. Thanks in advance

This topic has been closed for replies.

4 replies

Bernd Alheit
Community Expert
Community Expert
April 30, 2020

What kind of menus want you add?

SyamalaAuthor
Known Participant
April 30, 2020

 A custom memu to save PDF  in to my remote drive. I will add logic accordingly after adding menu.

try67
Community Expert
Community Expert
April 30, 2020
You can do that with a script and add your button to the File menu. It's
much simpler and much cheaper than using a plugin.
Legend
April 30, 2020

The other thing is that you will need the current paid-for Acrobat app. You must use Scrobat to create and test the plugins first, then enable in Reader. So you have the cost of Acrobat and the variable cost of the plugin license. 

Legend
April 30, 2020

Also... plugins are written in C++, or Objective C on Mac. You need Xcode on Mac of course. To make plugins for Catalina, they must be notarized and you will need a paid-for Apple developer license certified for your company.  

try67
Community Expert
Community Expert
April 30, 2020

Before even starting with it you need to apply for a special license from Adobe to do so. Without this license you can't do anything, and it's not easy to get it. So start with that, and when you get it, start working on your code, or you'll be potentially wasting your time.

SyamalaAuthor
Known Participant
April 30, 2020

It would be great if you can point me to a documentation where i can apple for  licence . Thanks in advance

 

SyamalaAuthor
Known Participant
April 30, 2020

I have go throughed this document, it would be greatful if i can be pointed to any sample plugin that is written for mac OS

Bernd Alheit
Community Expert
Community Expert
April 30, 2020

Samples are available in the SDK:

https://www.adobe.com/devnet/acrobat/sdk/eula.html