modesty / pdf2json

converts binary PDF to JSON and text, for server-side PDF processing and command-line use.
https://github.com/modesty/pdf2json
Other
1.99k stars 378 forks source link

unsupported encryption algorithm #292

Closed UndeadMe closed 1 year ago

UndeadMe commented 1 year ago

Hello guys, I have an issue and I know why this error happen but I wanna know does anyone can help or is there any way to convert a pdf algorithm to RC4 ? I have to parse this pdf to JSON. does anyone can help me ?

modesty commented 1 year ago

adding additional encryption support is not trivial. As a work around, save the decrypted PDF before running pdf2json should do it.