Hi,
I have this password prompt box whenever user will open the file, how can I make the password shown as * when the user types in the prompt box? I have coded like this:
var pass = app.response("Please enter Password:", "Document Control Only");
Lastly in the prompt box how can I remove the "Warning: Javascript Window" title?
Thank you for any response.
With Acrobat Forms tool you need to use the 'app.response()' method with the password parameter enabled.
George Kaiser