Wkhtmltopdf Installation on CentOS (6/7/8)
Mod wkhtmltopdf Installation on CentOS
WKHTMLTOPDF is a system that can be used on many and different platforms; check your version in the Official Website: https://wkhtmltopdf.org/downloads.html.
Or read more about this Guide here.
Please be sure to install all the dependencies and the last version.
Copy and Paste SSH commands Steps:
sudo yum update -y
sudo yum install -y wget
# Download rpm of the lates version
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
# Install
sudo yum localinstall -y wkhtmltox-0.12.6-1.centos7.x86_64.rpm