yum install libX11 cd /usr/local/src/ wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.10.0_beta5-static-i386.tar.lzma lzcat wkhtmltopdf-0.10.0_beta5-static-i386.tar.lzma | tar xfv - mv wkhtmltopdf-i386 /usr/local/bin/wkhtmltopdf chown root:root /usr/local/bin/wkhtmltopdf
wkhtmltopdf -H | more
ローカルファイル A4横向き wkhtmltopdf --page-size A4 --orientation Landscape test.html test.pdf リモートファイル A4縦向き wkhtmltopdf --page-size A4 --orientation Portrait "http://www.google.co.jp/" google.co.jp.pdf ヘッダ右上に「Page 1 of N」と付与 wkhtmltopdf --page-size A4 --orientation Portrait --header-right "Page [page] of [toPage]" "http://www.google.co.jp/" google.co.jp.pdf
PukiWiki 1.5.3 © 2001-2020 PukiWiki Development Team. Powered by PHP 7.4.33. HTML convert time: 0.042 sec.