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

Menu Short Cut for New Action

New Here ,
Jul 28, 2020 Jul 28, 2020

Copy link to clipboard

Copied

I have create new action using Action Wizard in Adobe Acrobat DC. Is there any way to call this new action using javascript? My requirement is to create custom menu, which can call this new action.

 

I am following this link for custom menu https://acrobatusers.com/tutorials/add_custom_menu_items/  

TOPICS
Acrobat SDK and JavaScript

Views

366

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 ,
Jul 31, 2020 Jul 31, 2020

Copy link to clipboard

Copied

That is exactly what Thom Parker's tutorial just explained. Did you even try the example in that link?

 

The JavaScript need to run on a priviledged context regardless if you use the Action Wizard tool or an  Button with a Mouse-Up action for example.

 

You may need to  also  refer to the "Adobe Acrobat SDK JavaScript Contexts in Acrobat" in the
Developing Acrobat Applications Using JavaScript guide.

 

Look in "Executing privileged methods through the menu" on page  47.

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 ,
Aug 01, 2020 Aug 01, 2020

Copy link to clipboard

Copied

No. JavaScript can't call an Action from the Action Wizard.

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 ,
Aug 01, 2020 Aug 01, 2020

Copy link to clipboard

Copied

LATEST

What does you use in the action?

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