From 9d8de651b98a6a06cc2a9695e146b7a2f9dcc7d0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 25 Jul 2007 15:16:37 +0200 Subject: [PATCH 1/1] Added tip how to bypass the password of a PDF file --- grml_tips | 4 ++++ 1 file changed, 4 insertions(+) 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 +-- -- 2.1.4