Skip to content

Instantly share code, notes, and snippets.

@acidlabs-snippets
Created October 4, 2012 20:37
Show Gist options
  • Save acidlabs-snippets/3836283 to your computer and use it in GitHub Desktop.
Save acidlabs-snippets/3836283 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf 64 bit binary #pdf
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2
tar xvjf wkhtmltopdf-0.9.9-static-amd64.tar.bz2
mv wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf
chmod +x /usr/local/bin/wkhtmltopdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment