Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ac182446 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Optimize PDF using pdfcpu

parent 1685d0cc
1 merge request!40Merge BeaglePlay and latest BeagleConnect documentation
......@@ -3,6 +3,7 @@
apk add git
apk add rsync
apk add date
apk add pdfcpu
export VER_LATEST_MAJOR=1
export VER_LATEST_MINOR=0
......@@ -45,6 +46,7 @@ HERE
sphinx-build -b html . public/$VER_DIR/
sphinx-build -M latexpdf . public/$VER_DIR/
pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/
rm -rf public/$VER_DIR/latex
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment