5

Mac osxでhtmlからpdfにしようとしています。私はこのコマンドを書きます、

$ wkhtmltopdf --header-center "google"  http://www.google.com google.pdf

しかし、私はエラーを見ました、

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

何が問題ですか?どのように修正すればよいですか?

4

1 に答える 1

2

https://code.google.com/p/wkhtmltopdf/wiki/compilationから Qt を自分でインストールします。うまくいけば、これでうまくいくでしょう。

于 2013-06-26T21:56:06.563 に答える