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
I believe PDFs that are "locked for edit" are actually encrypted, although with a very weak scheme.
Looking at the raw file confirmed it is encrypted, but evince is able to decrypt and display it so this is definitely a bug in pdf-reader. Unfortunately there's no way skip the decryption.
I have the following PDF, which is not encrypted, only locked for edits.
bad_decrypt.pdf
When trying to read it, it raises
OpenSSL::Cipher::CipherError: bad decrypt
error:Is there a way how to skip the decrypt and try to read it without decrypting?
The text was updated successfully, but these errors were encountered: