34j / pdfdecrypt

Simple package for decrypting PDF files. (`pipx install decryptpdf`) Migrated to https://github.com/34j/decryptpdf.
https://github.com/34j/decryptpdf
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

Command-line argument enhance #63

Open PRO-2684 opened 1 year ago

PRO-2684 commented 1 year ago

Is your feature request related to a problem? Please describe.

I'm always frustrated when I have to batch decrypt pdf files, because I can't specify password via command line arguments. And it would be better that if you skip the argument OutputFile, the program would replace the original pdf with decrypted pdf if decryption succeeds.

Describe alternatives you've considered

Additional context

No response

Code of Conduct

Are you willing to resolve this issue by submitting a Pull Request?

34j commented 12 months ago

I tried to upload this program to PyPI, but there was a name conflict and it failed to upload and left me hanging. I have moved it to https://github.com/34j/decryptpdf. You can post issues for original pdfdecrypt to https://gitlab.com/pdftools/pdfdecrypt. If you want to use this program, please use decryptpdf (pipx install decryptpdf). decryptpdf has the features you mention.