EOX GitLab Instance

Skip to content
Snippets Groups Projects
Verified Commit 1b412d20 authored by Stephan's avatar Stephan
Browse files

add command to shrink pdf

parent b55b94b4
No related branches found
No related tags found
1 merge request!8Docs
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment