ubuntu:pdf:remove_password_from_pdf

This is an old revision of the document!


Ubuntu - PDF - Remove password from pdf

There are many tools that can manipulate PDFs, including:

  • PDF Toolkit (pdftk)
  • QPDF
  • xpdf-utils
  • Evince

NOTE: 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.1602665398.txt.gz · Last modified: 2020/10/14 08:49 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki