ImgDlog_RequestPDFPassword

Requests a password from the user in order to unlock a PDF document.
ImgDlog_RequestPDFPassword({pdfPath}) ➔ pdfPassword
pdfPath Text The full path to the PDF document in POSIX format.
pdfPassword Text The password entered by the user.

Requests a password from the user in order to unlock a PDF document.

The optional parameter pdfPath is used for displaying the file name of the PDF document in the password dialog. If specified, it must be in POSIX format.

The password entered by the user is returned in pdfPassword. If the user cancels the dialog an empty string is returned.