来源:https://stackoverflow.com/questions/14700241/remove-encryption-from-pdf-file-using-apache-pdfbox
- 安装 qpdf
apt install qpdf -y
- 去除密码保护
qpdf --decrypt infile.pdf outfile.pdf
来源:https://stackoverflow.com/questions/14700241/remove-encryption-from-pdf-file-using-apache-pdfbox
apt install qpdf -y
qpdf --decrypt infile.pdf outfile.pdf