mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-12-07 15:14:58 +00:00
remove pdf passsowrd
This commit is contained in:
17
content/cli/remove-pdf-passoword.md
Normal file
17
content/cli/remove-pdf-passoword.md
Normal file
@@ -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