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

https://github.com/ckaznable/passpdf


https://github.com/ckaznable/passpdf

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# passpdf

Remove password protection from PDF files.

## Install

```
cargo install --path --git https://github.com/ckaznable/passpdf.git
```

## Usage

```
passpdf
```

Prompts for the password, then saves an unlocked copy as `_unlocked.pdf`.

```
$ passpdf secret.pdf
Password:
secret_unlocked.pdf
```