Add script for removing password from PDF
This commit is contained in:
5
scripts/pdf-remove-password.sh
Normal file
5
scripts/pdf-remove-password.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
readonly PASSWORD=xxx
|
||||||
|
qpdf -password=$PASSWORD -decrypt in.pdf out.pdf
|
||||||
|
|
||||||
Reference in New Issue
Block a user