


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(); " });
Views
Replies
Sign in to like this content
Total Likes
Try posting this question on the Adobe Reader community - https://community.adobe.com/t5/acrobat-reader/bd-p/acrobat-reader
Views
Replies
Sign in to like this content
Total Likes
Try posting this question on the Adobe Reader community - https://community.adobe.com/t5/acrobat-reader/bd-p/acrobat-reader
Views
Replies
Sign in to like this content
Total Likes