Skip to content

Instantly share code, notes, and snippets.

@itamar
Created June 19, 2012 15:53
Show Gist options
  • Select an option

  • Save itamar/2954947 to your computer and use it in GitHub Desktop.

Select an option

Save itamar/2954947 to your computer and use it in GitHub Desktop.
install WKHTMLTOPDF
WKHTMLTOPDF : HTML to PDF
Linux:
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
tar xvjf wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
sudo mv wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf
chmod +x /usr/local/bin/wkhtmltopdf
OSX:
http://code.google.com/p/wkhtmltopdf/downloads/detail?name=wkhtmltopdf.dmg&can=2&q=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment