PdfViewerDemo icon indicating copy to clipboard operation
PdfViewerDemo copied to clipboard

Not able to view PDF with password protection.

Open ooyellow58 opened this issue 2 years ago • 1 comments

ooyellow58 avatar Aug 15 '21 11:08 ooyellow58

You can open it this way with a dialog asking the user for the password.

if (muPDFCore.needsPassword()){ muPDFCore.authenticatePassword(password); }

erengms avatar Feb 14 '23 06:02 erengms