0
Passing data from javascript plugin to c++ plugin for adobe acrobat
New Here
,
/t5/acrobat-sdk-discussions/passing-data-from-javascript-plugin-to-c-plugin-for-adobe-acrobat/td-p/13895989
Jun 27, 2023
Jun 27, 2023
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/acrobat-sdk-discussions/passing-data-from-javascript-plugin-to-c-plugin-for-adobe-acrobat/m-p/13896357#M91783
Jun 27, 2023
Jun 27, 2023
Copy link to clipboard
Copied
Probably better to stick to one API. Do the UI in C++.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

