-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF is Encrypted! Attempting to decrypt - not yet fully supported #196
Comments
@pvin @boazsegev I'm having the same issue (encrypted pdf file, but no password needed), a bit more details here:
File metadata:
Removing this line seems to fix it for me: combine_pdf/lib/combine_pdf/decrypt.rb Line 57 in b7d281f
|
@pvin I have the same issue. @boazsegev what would it take to support encrypted files? I would be willing to pay a couple $ to resolve this issue. I'm using this Gem at ZEIT.IO. It's my bootstrapped business. Not super profitable yet, but it generates a bit of revenue. Having support of encrypted files would simplify my coding and increase customer happiness. I would pay 100 EUR to get this resolved. I know it's not much, but better than nothing ;-) |
I'm also willing to pay to get this resolved. |
Hi @reiz and @kalinchuk , I don't think money is the issue... besides, depending on which country the payment is from, the money I'll have to pay the accountant to process the foreign payment would probably cost more than the €100 😅 Essentially there's already a stub class that should be called when encrypted files are recognized. The two things that will have to be done is improve the recognition code and implement the decryption algorithms (which would have been easier if OpenSSL's API wasn't so terrible). Another optional feature needed would be support for a |
@kevshin2 @boazsegev I'm using version (1.0.16) and tried (1.0.21) also, but still getting this error PDF is Encrypted! Attempting to decrypt - not yet fully supported.
I'm able to open the file in preview without password.
I see this issue, which is already discussed #66 and closed but still getting, any help here?
The text was updated successfully, but these errors were encountered: