Author: | Hartmut Goebel <h.goebel@crazy-compilers.com> |
---|---|
Version: | Version 1.0 |
Copyright: | 2022 by Hartmut Goebel |
Licence: | GNU Affero General Public License v3 or later (AGPLv3+) |
Manual section: | 1 |
pdfdecrypt <options> InputFile OutputFile
pdfdecrypt is a command line tool and a Python library to remove passwords from PDF documents. It will read the encrypted document, ask for the password and write the decrypted document without touching any internal structure.
--version | Show program's version number and exit |
-h, --help | Show help message and exit |
pdfdecrypt some-encrypted.pdf same-but-decrypted.pdf
Decrypts the file some-encrypted.pdf into the file same-but-decrypted.pdf.
pdfposter(1) https://pdfposter.readthedocs.io/, pdfjoin(1) https://pdfjoin.readthedocs.io/, flyer-composer(1) http://www.crazy-compilers.com/flyer-composer.html
Project Homepage https://pdfdecrypt.readthedocs.io/