File:  [LON-CAPA] / modules / damieng / wkhtmltopdf_test / run_wkhtmltopdf.sh
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jan 26 17:46:45 2017 UTC (7 years, 2 months ago) by damieng
Branches: MAIN
CVS tags: HEAD
added wkhtmltopdf_test to print to PDF from HTML documents

#!/bin/sh
wkhtmltopdf="wkhtmltopdf/wkhtmltox/bin/wkhtmltopdf"
$wkhtmltopdf -s Letter --window-status "done" --debug-javascript -B 0 -L 0 -R 0 -T 0 test.html test.pdf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>