Skip to content

Instantly share code, notes, and snippets.

  • Save rupeshparab/8dfe308f24fc2d6d30319e4fcdc8052a to your computer and use it in GitHub Desktop.
Save rupeshparab/8dfe308f24fc2d6d30319e4fcdc8052a 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