Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/34j/decryptpdf
Simple CLI tool for decrypting PDF files. `pipx run decryptpdf` (PDF password remover / unlocker, ✔Batch processing, ✔CLI)
https://github.com/34j/decryptpdf
cli command-line command-line-tool decryption pdf pdf-decrypt pikepdf pypi pypi-package python unlock
Last synced: 17 days ago
JSON representation
Simple CLI tool for decrypting PDF files. `pipx run decryptpdf` (PDF password remover / unlocker, ✔Batch processing, ✔CLI)
- Host: GitHub
- URL: https://github.com/34j/decryptpdf
- Owner: 34j
- License: cc0-1.0
- Created: 2023-10-15T14:19:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T16:57:27.000Z (6 months ago)
- Last Synced: 2024-05-20T22:19:21.678Z (6 months ago)
- Topics: cli, command-line, command-line-tool, decryption, pdf, pdf-decrypt, pikepdf, pypi, pypi-package, python, unlock
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# decryptpdf
Simple CLI tool for decrypting PDF files.
## Installation
Install this via pip (or your favourite package manager):
```shell
pipx install decryptpdf
```## Usage
```shell
> decryptpdf -h
Usage: decryptpdf [OPTIONS] PATHDecrypts a PDF file.
If PATH is a directory, recursively searches for PDF files. If PATH is a
file and does not exist, checks if PATH with ".pdf" extension exists. If the
file is not encrypted, skips it.Options:
-h, --help Show this message and exit.
-p, --password TEXT The password to decrypt the PDF file.
```## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!