This was tested on:
- Ubuntu 14.04 x64
- Ubuntu 16.04 x64
sudo apt-get update
sudo apt-get install xvfb libfontconfig wkhtmltopdf
Now it's time to test that everything is working as expected
wkhtmltopdf http://www.google.com google.pdf
If you see Done
, then everything is installed correctly and you're ready to generate some PDF's :D
Have you tried with version
0.12.5
?Have you checked their changelog https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md for breaking changes or stuff that might not work by default?