Add script for removing password from PDF

This commit is contained in:
2022-10-02 14:27:06 +02:00
parent d8217d083c
commit 9106261d40

View File

@@ -0,0 +1,5 @@
#!/bin/bash
readonly PASSWORD=xxx
qpdf -password=$PASSWORD -decrypt in.pdf out.pdf