Hi, I would also like to strip off my passwords. Would be great if the copy function had a checkbox to do that or something.
This command line tool can strip the password.
- Code: Select all
qpdf --decrypt --password=PDF_PASSWORD "passwordprotected.pdf" "nopassword.pdf"
Change PDF_PASSWORD to the password of the PDF.