Skip to content

Commit

Permalink
docs: updated PDF creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed May 29, 2016
1 parent f1c2297 commit 1000335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/docs/createpdf.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# QLC+ documentation PDF creation through wkhtmltopdf utility downloaded from:
#
# https://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2
# http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
#
# and copied in /usr/bin
#

wkhtmltopdf-amd64 --footer-center "Page [page]" --image-quality 100 \
wkhtmltopdf --footer-center "Page [page]" --image-quality 100 \
pdf_cover.html \
index_pdf.html \
concept.html \
Expand Down Expand Up @@ -84,6 +84,7 @@ wkhtmltopdf-amd64 --footer-center "Page [page]" --image-quality 100 \
commandlineparameters.html \
kioskmode.html \
webinterface.html \
disable_apple_ftdi_driver.html \
parameterstuning.html \
guicustomstyles.html \
QLC+.pdf

0 comments on commit 1000335

Please sign in to comment.