Created
June 19, 2012 15:53
-
-
Save itamar/2954947 to your computer and use it in GitHub Desktop.
install WKHTMLTOPDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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