Skip to main content
Participant
December 15, 2021
Question

Is it possible to create an app for acrobat pro dc?

  • December 15, 2021
  • 2 replies
  • 825 views

Hello community, 

 

I've been researching to find something about creating 3rd part apps for Acrobat PDF readers, but no luck..

Just like MS Words that has add-in, does Acrobat PDF reader also provide similar tool?

If yes, where do I start? 

I need to be able to open that app inside pdf reader, login to my account and perform some tasks?

 

Many thanks for any sort of help.

This topic has been closed for replies.

2 replies

Legend
December 15, 2021

The Acrobat SDK has all the information (thousands of pages of documentation and sample plugins). Plug-ins are written in C++ and you will NOT find a sample to do what you want. Detailed knowledge of the PDF format (ISO 32000-1) is often needed.

Participant
December 15, 2021

Thank you for the info.

aer plugins only supported on Pro DC?

Legend
December 15, 2021

Are you hoping to make plugins for the free Acrobat Reader, instead of paying for Acrobat?

Bernd Alheit
Community Expert
Community Expert
December 15, 2021
Participant
December 15, 2021

Thank you very much, I'll study that.

Is there any online resource, code samples?