https://github.com/ckaznable/passpdf
https://github.com/ckaznable/passpdf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckaznable/passpdf
- Owner: ckaznable
- Created: 2026-03-25T09:44:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T09:54:38.000Z (4 months ago)
- Last Synced: 2026-03-26T13:11:24.759Z (4 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```