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

add-on tools unpluged from acrobat side toolbar

Community Beginner ,
Dec 03, 2018 Dec 03, 2018

Copy link to clipboard

Copied

dear adobe support,

i was wrote some JavaScript with AcrobatSDK used to create one button as an add-on tool, the function is run properly as is.

but the problem is when I have to use the button, I should add the "add-on tools" button before we use the JS button.

mean while the add-on tools looks like not stable, I've been tried open and close acrobat with more than 10 PC with many different PDF document, and my JavaScript "add-on tools" always unplug from acrobat toolbar after 5-9 attempts to open and close document for views the document.

addon add.PNG

anyone can help to solve this problem or maybe adobe staff can solve this problem or any suggestion on it? (eg. calling JavaScript Object from C++) or something else.

I'll keep looking forward on this issue until this problem is solved,

thanks.

TOPICS
Acrobat SDK and JavaScript

Views

731

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
Adobe Employee ,
Dec 03, 2018 Dec 03, 2018

Copy link to clipboard

Copied

Are you adding the item to the right hand panel when a document is open OR when nothing is opened?

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 Beginner ,
Dec 03, 2018 Dec 03, 2018

Copy link to clipboard

Copied

LATEST

yes, here is the sample,

cEnable: "event.rc = {event.target != null};"

I added this script on my JS button

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