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

Developing a plugin for adobe acrobat

New Here ,
Jan 29, 2020 Jan 29, 2020

Copy link to clipboard

Copied

I am trying to develop some software which works over the adobe acrobat software, essentially something like a plugin. The goal is to let users see some kind of interface on the adobe application to login and somplete some forms and then make api requests. Is there some way to have a html, css and javaScript based app running over the adobe acrobat application.

TOPICS
Acrobat SDK and JavaScript

Views

221

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 29, 2020 Jan 29, 2020

Copy link to clipboard

Copied

Acrobat plug-ins are event driven and can display OS windows. Plug-ins run only on the main thread. If you can create OS Windows that do these things you want to do, then it can be done. Acrobat has no APIs to run web app technologies.

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 29, 2020 Jan 29, 2020

Copy link to clipboard

Copied

LATEST

The answer is not really. There are three ways to write an application to control acrobat. A JavaScript automation script, a C++ plug-in, and a .Net or Applescript external app. You can read about them here:

 

https://www.pdfscripting.com/public/Automating-Acrobat.cfm

and here
https://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FIntroductio...

 

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