From 1b412d207bf022dbec2d518c92522a1d6339db6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at>
Date: Mon, 29 Jun 2020 16:00:26 +0200
Subject: [PATCH] add command to shrink pdf

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5c94ff0c..2cce31cf 100644
--- a/README.md
+++ b/README.md
@@ -217,8 +217,10 @@ make html
 # For watched html automatic building
 make html-watch
 
-# For pdf output run:
+# For pdf output
 make latexpdf
+# To shrink size of pdf
+gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -q -o iew-Server_-_User-Guide_small.pdf View-Server_-_User-Guide.pdf
 ```
 
 The documentation is generated in the respective *_build/html* directory.
-- 
GitLab