Skip to content

Instantly share code, notes, and snippets.

@aqabawe
Last active January 4, 2016 13:09
Show Gist options
  • Save aqabawe/fda055a08d2a47e3c896 to your computer and use it in GitHub Desktop.
Save aqabawe/fda055a08d2a47e3c896 to your computer and use it in GitHub Desktop.
wkhtmltopdf 64 bit
sudo apt-get remove wkhtmltopdf
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2
tar xvjf wkhtmltopdf-0.9.9-static-amd64.tar.bz2
sudo mv wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf
chmod +x /usr/local/bin/wkhtmltopdf
wkhtmltopdf http://google.com google.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment