6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/bash
|
|
|
|
readonly PASSWORD=xxx
|
|
qpdf -password=$PASSWORD -decrypt in.pdf out.pdf
|
|
|