Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# decryptpdf



CI Status


Documentation Status


Test coverage percentage




Poetry


black


pre-commit




PyPI Version

Supported Python versions
License

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] PATH

Decrypts 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!