1
指定這是我的shell腳本,其中$ {1} 'input.html' 和$ {2}是 '輸出.pdf' 的一部分:wkhtmltopdf錯誤:不正確的位置
wkhtmltopdf "${1}" "${2}" --page-size letter --dpi 150 --margin-top 0.2in --margin-bottom 0.2in --margin-left 0.2in --margin-right 0.2in
當我跑上面,我得到了以下錯誤:
--page-size specified in incorrect location
我wkhtmltopdf版本:
$ wkhtmltopdf --version
wkhtmltopdf 0.12.0 final