Forked from paulsturgess/Install wkhtmltopdf on CentOS7
Last active
September 8, 2020 02:52
-
-
Save AndreasFurster/ebe3f163d6d47be43b72b35b18d8b5b6 to your computer and use it in GitHub Desktop.
This file contains 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 https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz | |
unxz wkhtmltox-0.12.4_linux-generic-amd64.tar.xz | |
tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar | |
mv wkhtmltox/bin/* /usr/local/bin/ | |
rm -rf wkhtmltox | |
rm -f wkhtmltox-0.12.4_linux-generic-amd64.tar |
Thanks ! Working fine with Centos OS 7.4.1708
thanks! Working on CentOS Linux release 7.4.1708 (Core) + zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender)
Thanks, Working with Centos OS 7.5.18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check if there is a newer version here: https://wkhtmltopdf.org/downloads.html
Stable > Linux > 64bit
If so;