How to Prompt User for String input
Hello,
I have a Script that batch Stamps Multiple Files.
Would like that at each file the user is propmted to write which Stamp to Use (via a dialog box)
this.addAnnot({type:"Stamp", page:0, AP:"MyStamp001", rec[x1,y1,x1,y1],})The idea is that "MyStamp001" is to be inserted by the User ("UserStampString"). If "UserStampString" Exists then Good. Else, if "UserStampString" deos not exists then Apply default "MyDefaultStamp000" for example.
Thank you in advance.
Kind Regards
