EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a1a7b34c authored by Stephan's avatar Stephan
Browse files

add command to shrink pdf

parent 720765b2
No related branches found
No related tags found
No related merge requests found
......@@ -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