ubuntu:pdf:remove_password_from_pdf
This is an old revision of the document!
Table of Contents
Ubuntu - PDF - Remove password from pdf
There are many tools that can manipulate PDFs, including:
- PDF Toolkit (pdftk)
- QPDF
- xpdf-utils
- Evince
The PDF Toolkit (pdftk) works for me, so instructions below are using this.
Install the PDF Toolkit (pdftk)
sudo apt install pdftk
Remove the password from the PDF
pdftk secured.pdf input_pw password output unsecured.pdf
References
ubuntu/pdf/remove_password_from_pdf.1602665377.txt.gz · Last modified: 2020/10/14 08:49 by 192.168.1.1