EOX GitLab Instance

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

preserve links in pdf shrinking

parent 356672b5
Branches
Tags
No related merge requests found
......@@ -220,7 +220,7 @@ make html-watch
# 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
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dPrinted=false -q -o View-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.
Please register or to comment