Hello,
ImageEnview is setup to auto prompt for password when opening encrypted PDF files.
IEGlobalSettings().AutoPromptForPassword
When user opens any locked/encrypted PDF file, ImageEnview auto prompts for password and opens the file.
After the file is successfully opened I want to retrieve the password and save it so in future when that same file is opened again the saved password will automatically get applied so user will not have to reenter the password.
How to do this?
Yogi Yang