This question has been flagged
1 Reply
2589 Views

Here is the error I'm getting when I try to print an report. But in my Ubuntu server I have installed "wkhtmltopdf".

Wkhtmltopdf failed (error code: -6). Message: The switch --header-spacing, is not support using unpatched qt, and will be ignored.The switch --header-html, is not support using unpatched qt, and will be ignored.The switch --footer-html, is not support using unpatched qt, and will be ignored.QXcbConnection: Could not connect to display

Avatar
Discard
Best Answer

Hello Naveen,

I solved this by download .deb package:

wget http://mirror.openminds.be/downloads.wkhtmltopdf.org/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb

and Install the package with dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb

then confirm with wkhtmltopdf -V that it says "with patched qt"

Regards, please upvote my answer for karma ...


Avatar
Discard