Created
July 28, 2014 06:40
-
-
Save hoangthienan/a2bdc3dba4b9e6777a5a to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on Centos 6 x64
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
$ wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-centos6-amd64.rpm | |
$ rpm -ivh wkhtmltox-0.12.1_linux-centos6-amd64.rpm | |
$ which wkhtmltopdf | |
/usr/local/bin/wkhtmltopdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getting not found @ hoangthienan. anyplace else this file exists?