Skip to content

Instantly share code, notes, and snippets.

  • Save mouyong/782bfc943000067c8940e900793efc2b to your computer and use it in GitHub Desktop.
Save mouyong/782bfc943000067c8940e900793efc2b to your computer and use it in GitHub Desktop.
Installing wkhtmltopdf 0.12.4, 0.12.5 - Ubuntu 16.04 x64, 0.12.5 - Ubuntu 18.04 x64 - 0.12.5 - MacOS High Sierra 10.13.6

You can check here for getting the latest version. Change the wget url to download newer versions.

wkhtmltopdf 0.12.4 - Ubuntu 16.04 x64

$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
$ tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
$ cd wkhtmltox/bin/
$ sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf
$ sudo mv wkhtmltoimage /usr/bin/wkhtmltoimage
$ sudo chmod a+x /usr/bin/wkhtmltopdf
$ sudo chmod a+x /usr/bin/wkhtmltoimage

wkhtmltopdf 0.12.5 - Ubuntu 16.04 x64

$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.trusty_amd64.deb
$ sudo dpkg -i  wkhtmltox_0.12.5-1.trusty_amd64.deb 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment