From: Michael Prokop Date: Wed, 25 Jul 2007 13:16:37 +0000 (+0200) Subject: Added tip how to bypass the password of a PDF file X-Git-Tag: 0.4.3 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=9d8de651b98a6a06cc2a9695e146b7a2f9dcc7d0 Added tip how to bypass the password of a PDF file --- diff --git a/grml_tips b/grml_tips index e9f73e1..641eb8b 100644 --- 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 +--