Wkhtmltopdf on Ubuntu
Mod wkhtmltopdf on Ubuntu
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 required dependecies and the las version on your Server.
Copy and Paste SSH command Steps:
sudo apt update
sudo apt install -y wget apt-transport-https
# Download the deb of the lates version
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb
# Install lates version
sudo dpkg -i wkhtmltox_0.12.6-1.bionic_amd64.deb
# Install missing required
sudo apt --fix-broken install