• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Developing Plug In for Adobe Reader

Explorer ,
Jan 18, 2019 Jan 18, 2019

Copy link to clipboard

Copied

I want to develop a plug in for Adobe Reader in which the documents will be signed and the certificates will be stored in the cloud. What are the steps that i must take in order to accomplish this?

TOPICS
Acrobat SDK and JavaScript

Views

3.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2019 Jan 18, 2019

Copy link to clipboard

Copied

Read this:

Acrobat DC SDK Documentation

And download the SDK

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 18, 2019 Jan 18, 2019

Copy link to clipboard

Copied

Thank you very much! I have some more questions if you can help me:

1.Is this plugin possible to implement?(its a project for my school)?

2.Is it free?

3.Can you give me the link to the sdk?

4.What programming language will i use to develop this?

5.What platform do you recommend me to use in order to write the code (Visual Studio or something else?).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 18, 2019 Jan 18, 2019

Copy link to clipboard

Copied

All of those answers are of course easy to find on the internet

Hmm, Reader is heavily sandboxed for security reasons, but an Acrobat script can sign a document if it is Reader enabled for such, so perhaps a plug-in can as well. I also think you can pull data from the internet, such as your signature files, as long as you follow the access rules.  You might be able to do this with JavaScript, but an acrobat script can only do something in Reader, in a document context if the document is Reader enabled for that operation. So you'll have to check it out.

Plug-ins are developed in C++, and you'll need the correct version of VS for it. There is an add-in wizard to VS for creating a plug-in project. However, there is a lot you'll have to learn, especially because you want this to work in Reader. The SDK is free, but I'm not sure you'll be able to create a plug-in for Reader for free. Adobe likes to keep a handle on what's developed for it.

Again, read the documentation.

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 19, 2019 Jan 19, 2019

Copy link to clipboard

Copied

No, it's not free. You can create a plug-in for Acrobat for free. Acrobat is the paid for product. YOU WILL NEED THE PAID FOR PRODUCT TO DEVELOP THE PLUG-IN. Acrobat Reader plug-ins are reviewed and a license is not always granted.

To summarize.

1. You will need to subscribe to or buy a permanent license to Acrobat.

2. To make a Reader plug-in you will also need a special license. The fee is variable, and can be as high as $50,000 per annum for certain types of plug-in.

3. Reader plug-in rights are not given for many kinds of proposed plug-in: in such cases each end user needs to pay for Acrobat anyway.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 19, 2019 Jan 19, 2019

Copy link to clipboard

Copied

Thank you very much! Any other advices?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 19, 2019 Jan 19, 2019

Copy link to clipboard

Copied

If you want a Reader plug-in license, apply in PLENTY of time.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 19, 2019 Jan 19, 2019

Copy link to clipboard

Copied

Which is why I've pretty much ignored Reader development. Good Luck.

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

Ok. I can also create this plug-in for Adobe Acrobat, would that be free?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

This is free.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

The plug-in would be free. Every user of the plug-in would pay, of course.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

Perfect. So now i must download the SDK and open it in visual studio right? Any recommendation of the version of visual studio ? And what version of Acrobat should i use to develop this? Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

Acrobat DC is the only supported version of Acrobat.

The SDK will tell you what version of Visual Studio is required.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 24, 2019 Jan 24, 2019

Copy link to clipboard

Copied

Ok. But can i implement this without any cost? I think i must pay for Acrobat DC, am i right? (this project is for my school).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 25, 2019 Jan 25, 2019

Copy link to clipboard

Copied

LATEST

As I said in my first reply: "You can create a plug-in for Acrobat for free. Acrobat is the paid for product. YOU WILL NEED THE PAID FOR PRODUCT TO DEVELOP THE PLUG-IN. "

And as I said later "Every user of the plug-in would pay, of course."

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines