Added tip how to bypass the password of a PDF file 0.4.3
authorMichael Prokop <mika@grml.org>
Wed, 25 Jul 2007 13:16:37 +0000 (15:16 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 25 Jul 2007 13:16:37 +0000 (15:16 +0200)
grml_tips

index e9f73e1..641eb8b 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2807,3 +2807,7 @@ or
 
 % fbgs file.pdf
 -- 
+Bypass the password of a PDF file:
+
+% gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf -c quit
+--