Files
linux-workspace/scripts/pdf-remove-password.sh

6 lines
85 B
Bash

#!/bin/bash
readonly PASSWORD=xxx
qpdf -password=$PASSWORD -decrypt in.pdf out.pdf