From 37043defd14d099fb12b2c200e1ea337c7001d5b Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 24 Sep 2012 08:40:42 +0200 Subject: [PATCH] Prince printing example, URLs --- scripts/print.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/print.sh b/scripts/print.sh index b42e42d..da6c75d 100755 --- a/scripts/print.sh +++ b/scripts/print.sh @@ -5,8 +5,12 @@ name=${file%.*} echo 'Printing…' +# http://code.google.com/p/wkhtmltopdf wkhtmltopdf -T 0 -R 0 -B 0 -L 0 --page-width 1024px --page-height 640px --dpi 300 --print-media-type --quiet ${file} ${name}.pdf +# http://princexml.com +# prince -i html5 ${file} + echo 'Finished.' # Usage example: sh print.sh index.html \ No newline at end of file