mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-12-07 15:14:58 +00:00
206 B
206 B
tags
| tags | ||||
|---|---|---|---|---|
|
Remove password from PDFs
# Install qpdf
nix-shell -p qpdf
# Remove password
qpdf --password=YOUR_PASSWORD --decrypt input.pdf output.pdf