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

Write Acrobat Pro plugin using Adobe Javascript API

New Here ,
Sep 10, 2025 Sep 10, 2025

Is it possible to create plugins in Adobe Acrobat Pro using Adobe JavaScript or plugins only support C++?

TOPICS
How to
130
Translate
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 ,
Sep 10, 2025 Sep 10, 2025

@adhirath_7243 yes, you could create extensions for Acrobat Pro using JavaScript! C++ is the traditional way to build deep, system-level plugins that can fundamentally change how Acrobat works—like adding a brand new tool to the toolbar or creating a custom file format—Adobe's robust JavaScript API allows you to automate tasks and add functionality within the PDF environment. 

Translate
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
New Here ,
Sep 10, 2025 Sep 10, 2025
LATEST

I'm trying to create a tool for Adobe Acrobat Pro that can add accessibility tags to selected text through a custom toolbar button. The catch is I need this to work across any PDF without embedding scripts in each document - basically like a plugin that's installed once and available for all PDFs I open.

The tool also needs to communicate with my server through CRUD APIs to sync tagging rules and definitions. I want to distribute this to multiple clients, so it needs to be easily installable on their machines.

My main questions are: Can I achieve this with JavaScript (like folder-level scripts or Action Wizards), or do I need to build a proper C++ plugin using the Acrobat SDK? Is it even possible for JavaScript in Acrobat to make external API calls reliably? 

I'm essentially building an accessibility tool that standardizes how structure tags are applied across an organization while supporting API communication from a central server.
I'm new to Adobe and would really appreaciate some advice thanks!

Translate
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