Expand my Community achievements bar.

SOLVED

How to call digital signature menu using javascript?

Avatar

Level 1

I am creating custom menu name "Signature Me" in Adobe Reader DC. On clicking this custom menu, i want to do below steps in sequence:

1. Alert message 

2. Execute Sign menu (Only call)

 

Code:

 

function signMe(){

    app.alert("Some custom message......");

    ///What should i pass to call Sign menu here 

    app.execMenuItem("__________________");

}

 

app.addMenuItem({cName:"Signature Me", cParent:"Help", cExec:"signMe(); " }); 

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 10
1 Reply

Avatar

Correct answer by
Level 10

Try posting this question on the Adobe Reader community - https://community.adobe.com/t5/acrobat-reader/bd-p/acrobat-reader