Browse Source

Add a short tldr page for qpdf

Jaseem Abid 7 years ago
parent
commit
6264907461
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pages/common/qpdf.md

+ 7 - 0
pages/common/qpdf.md

@@ -0,0 +1,7 @@
+# qpdf
+
+> Versatile PDF transformation software.
+
+- Remove the password from a password protected file:
+
+`qpdf --password={{password}} --decrypt {input_file.pdf}} {{output_file.pdf}}`