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

Passing data from javascript plugin to c++ plugin for adobe acrobat

New Here ,
Jun 27, 2023 Jun 27, 2023

I have 2 plugins, one written in C++ which does some processing of the document and one written in JavaScript which opens a modal with textbox and a button, where the user can enter some information and press OK. Is there a way to either - 

1. Store it in some default location from where the C++ plugin can read that information (or)

2. Pass this information directly to the C++ plugin.

 

This is for Adobe Acrobat Pro and not for reader.

TOPICS
Acrobat SDK and JavaScript , Mac , Windows
249
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
LEGEND ,
Jun 27, 2023 Jun 27, 2023
LATEST

Probably better to stick to one API. Do the UI in C++. 

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