X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=641eb8bdebf538488703047676bf2a34dac4fb54;hb=9d8de651b98a6a06cc2a9695e146b7a2f9dcc7d0;hp=e9f73e130866465149c36b0cb446d6a293fdf76e;hpb=9859dacad91685e2add2ffd97ba910e2d6903c18;p=grml-tips.git 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 +--