User Tools

Site Tools


ubuntu:pdf:remove_password_from_pdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:pdf:remove_password_from_pdf [2020/10/14 08:49] – created 192.168.1.1ubuntu:pdf:remove_password_from_pdf [2020/10/14 08:53] (current) 192.168.1.1
Line 9: Line 9:
  
  
-The PDF Toolkit (pdftk) works for me, so instructions below are using this.+<WRAP info> 
 +**NOTE:**  The PDF Toolkit (**pdftk**) works for me, so instructions below are using this. 
 +</WRAP> 
  
 ---- ----
  
-===== Install the PDF Toolkit (pdftk) =====+===== Using the PDF Toolkit (pdftk) ===== 
 + 
 +==== Install the PDF Toolkit (pdftk) ====
  
 <code bash> <code bash>
Line 21: Line 26:
 ---- ----
  
-===== Remove the password from the PDF =====+==== Remove the password from the PDF ====
  
 <code bash> <code bash>
Line 28: Line 33:
  
 ---- ----
 +
 +===== Using QPDF =====
 +
 +==== Install QPDF ====
 +
 +<code bash>
 +sudo apt install qpdf
 +</code>
 +
 +----
 +
 +==== Remove the password from the PDF ====
 +
 +<code bash>
 +qpdf –password=password –decrypt secured.pdf unsecured.pdf
 +</code>
 +
 +----
 +
 +===== Using xpdf-utils =====
 +
 +==== Install xpdf-utils ====
 +
 +<code bash>
 +sudo apt install xpdf-utils
 +</code>
 +
 +----
 +
 +==== Remove the password from the PDF ====
 +
 +<code bash>
 +pdftops -upw password secured.pdf unsecured.pdf
 +</code>
 +
 +----
 +
  
 ===== References ===== ===== References =====
ubuntu/pdf/remove_password_from_pdf.1602665377.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