From dfc7c98607109466d1c72231ad5d4f6c0bf8373e Mon Sep 17 00:00:00 2001 From: Pierre Poulain Date: Wed, 28 Aug 2013 11:24:32 +0100 Subject: [PATCH] added example for the gs command (reduce pdf file) --- cheatsheets/gs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cheatsheets/gs diff --git a/cheatsheets/gs b/cheatsheets/gs new file mode 100644 index 0000000..a62ac97 --- /dev/null +++ b/cheatsheets/gs @@ -0,0 +1,3 @@ +# To reduce the size of a pdf file: +gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf +