Install wkhtmltopdf rpm & wkhtmltoimage on CentOS 8; Through this tutorial, we will learn how to install wkhtmltopdf and wkhtmltoimage on centOS 8 system.
According to https://wkhtmltopdf.org/ :- wkhtmltopdf
and wkhtmltoimage
are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine. These run entirely “headless” and do not require a display or display service.
In this simple to tutorial, we will show you how to install and use wkhtmltopdf & wkhtmltoimage on CentOS 8 system.
How to Install wkhtmltopdf & wkhtmltoimage on CentOS 8
Use the following steps to install wkhtmltopdf rpm & wkhtmltoimage on CentOS 8:
- Step 1 – Install wget
- Step 2 – Install wkhtmltopdf on CentOS 8
- Step 3 – Install with rpm or yum package
Step 1 – Install wget
First of all, open terminal or command line and execute the following command on command line to install wget into our centOS 8 system:
sudo yum -y install wget
Step 2 – Install wkhtmltopdf on CentOS 8
Now, execute the following command on command line or terminal to install wkhtmltopdf on centOS 8 system:
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos8.x86_64.rpm
Step 3 – Install with rpm or yum package
Then install with rpm or yum package management tools by executing the following command on command line or terminal:
sudo dnf localinstall wkhtmltox-0.12.6-1.centos8.x86_64.rpm
Once the dependencies are installed. we have successfully completed installation of wkhtmltopdf into our centOS 8.
Conclusion
Through this tutorial, we have learned how to install wkhtmltopdf and wkhtmltoimage on centOS 8 system.