Skip to content

Instantly share code, notes, and snippets.

  • Save toleillo/acf6a84904420491c26e89709c3c404f to your computer and use it in GitHub Desktop.
Save toleillo/acf6a84904420491c26e89709c3c404f to your computer and use it in GitHub Desktop.
Installing wkhtmltopdf 0.12.4 - Ubuntu 16.04

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

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment