diff --git a/scripts/pdf-remove-password.sh b/scripts/pdf-remove-password.sh new file mode 100644 index 0000000..18e1e80 --- /dev/null +++ b/scripts/pdf-remove-password.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +readonly PASSWORD=xxx +qpdf -password=$PASSWORD -decrypt in.pdf out.pdf +