mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-05-21 11:45:29 +00:00
remove pdf passsowrd
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- cli
|
||||||
|
- qpdf
|
||||||
|
- pdf
|
||||||
|
- decrypt
|
||||||
|
---
|
||||||
|
|
||||||
|
# Remove password from PDFs
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install qpdf
|
||||||
|
nix-shell -p qpdf
|
||||||
|
|
||||||
|
# Remove password
|
||||||
|
qpdf --password=YOUR_PASSWORD --decrypt input.pdf output.pdf
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user