Last active
July 8, 2024 05:42
-
-
Save Rajeshr34/2e9b2438ff142e51c729b4b9b772680a to your computer and use it in GitHub Desktop.
Wkhtmltopdf With Patched QT Setup Ubuntu 16+
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
cd ~ | |
apt-get install libfontenc1 xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig -y | |
#https://github.com/wkhtmltopdf/wkhtmltopdf/releases | |
#replace arch | |
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb | |
dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb | |
apt --fix-broken install |
Thanks a Ton!!!!!!!
You save my day. Thanks Man
OMG, spent days trying out various settings but nothing worked , Thank you very much for this, worked like a charm
OMG, spent minutes trying out various settings but nothing worked , Thank you very much for this, worked like a charm
Works on ubuntu 22.04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Freaking awesome. Just did this on Debian buster.
Thanks!