$ 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/bin/wkhtmltopdf | |
// In case you got the issue | |
// wkhtmltopdf: error while loading shared libraries: | |
// libfontconfig.so.1: cannot open shared object file: No such file or directory | |
// | |
// run the command below: | |
$ yum install urw-fonts libXext libXrender fontconfig libfontconfig.so.1 |
This comment has been minimized.
This comment has been minimized.
I'd like to also give my thanks for this tasty treat. You made my day after a server crash! |
This comment has been minimized.
This comment has been minimized.
Exactly what I needed. Thank you so much! |
This comment has been minimized.
This comment has been minimized.
You. Are. Amazing! :-) Thanks! |
This comment has been minimized.
This comment has been minimized.
thanks. I also needed for centos6 x64: |
This comment has been minimized.
This comment has been minimized.
It is not working for us. We are getting this error --2017-03-23 10:55:46-- http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2 Please give us the solution so that we also can download and install it. Thanks |
This comment has been minimized.
This comment has been minimized.
@Dipkatts google code service has been shut down thus the 404 error, change url to https://downloads.wkhtmltopdf.org/0.12/0.12.2/wkhtmltox-0.12.2.tar.bz2 |
This comment has been minimized.
This comment has been minimized.
Downloads from wkhtmltopdf.org stopped working today. https://downloads.wkhtmltopdf.org/0.12/0.12.2/wkhtmltox-0.12.2.tar.bz2 And download.gna.org was shut down few weeks ago! |
This comment has been minimized.
This comment has been minimized.
Literally when you want it can't get it that mirror is also dead. Found another one but it's downloading at 2.67K/s. Anyone else got another mirror to hand? |
This comment has been minimized.
This comment has been minimized.
@albertoarena yes i face the same issue wkhtmltopdf.org is quite slow it mostly timed out during download process. is there any other mirror to download this one ? |
This comment has been minimized.
This comment has been minimized.
Guys!! See #3518 -- releases are now hosted on Github. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Note that the RPM CentOS 6 download is not headless and will need a display to run. Simple enough but a heads up. |
This comment has been minimized.
This comment has been minimized.
Thanks for the dependency list yum install urw-fonts libXext libXrender fontconfig libfontconfig.so.1 |
This comment has been minimized.
This comment has been minimized.
I had to add xorg-x11-fonts-75dpi xorg-x11-fonts-Type1 to dependencies |
This comment has been minimized.
Wish I could give this 50 million stars you sir are a life saver...