Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WickedPDF unpatched on osx

Tags:

wicked-pdf

I am trying to html to pdf on mac osx. I write this command,

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

but I saw the error,

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

What is the problem? How should I fix?

like image 323
eayurt Avatar asked Nov 04 '22 06:11

eayurt


1 Answers

Install Qt from https://code.google.com/p/wkhtmltopdf/wiki/compilation yourself. Hopefully this will do.

like image 54
AMBasra Avatar answered Dec 19 '22 02:12

AMBasra