WickedPDF在osx上未修补

ndr*_*x42 5 wicked-pdf

我想在mac osx上将HTML格式化为pdf.我写这个命令,

$ wkhtmltopdf --header-center "google"  http://www.google.com google.pdf
Run Code Online (Sandbox Code Playgroud)

但我看到了错误,

The switch --header-center, is not support using unpatched qt, and will be ignored.Loading page (1/2)
Printing pages (2/2)                                               
Done 
Run Code Online (Sandbox Code Playgroud)

问题是什么?我该怎么办?

AMB*_*sra 2

自己从https://code.google.com/p/wkhtmltopdf/wiki/compilation安装 Qt 。希望这能做到。

  • 是的,链接已被转移。您可以安装 wkhtmltopdf 0.12.1(带有修补的 qt),一切都会好起来的。这是链接http://wkhtmltopdf.org/downloads.html (3认同)