You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
build and run the latest source, open PdfiumViewer.Demo.exe with a secured PDF file, PdfError.InvalidFormat "File not in PDF format or corrupted" PdfException throws.
The pdf can be opened by foxit or Acrobat Reader, and the security tab says:
Security Method: Password Security.
Document Open Password: No.
Permissions Password: Yes.
Encryption Level: 128-bit AES.
There are two different types of password in PDF document, one is Document Open Password (represented by "user password" in Spire.PDF), and the other one is Permission Password (represented by "owner password" in Spire.PDF). By setting a user password, PDF cannot be opened without entering the password. While an owner password allows PDF owner to fully access to PDF file such as reset password and change security permission. ref#https://www.e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Security/How-to-Change-Security-Permission-of-PDF-Document-in-C-VB.NET.html
How to open it? Thanks for any guidance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
build and run the latest source, open PdfiumViewer.Demo.exe with a secured PDF file,
PdfError.InvalidFormat
"File not in PDF format or corrupted" PdfException throws.The pdf can be opened by foxit or Acrobat Reader, and the security tab says:
Security Method: Password Security.
Document Open Password: No.
Permissions Password: Yes.
Encryption Level: 128-bit AES.
The text was updated successfully, but these errors were encountered: