Skip to content

Instantly share code, notes, and snippets.

@drlinux
Forked from Rajeshr34/wkhtmltopdf.sh
Created January 29, 2020 08:38
Show Gist options
  • Save drlinux/c35545c228591e5fb37163943df37528 to your computer and use it in GitHub Desktop.
Save drlinux/c35545c228591e5fb37163943df37528 to your computer and use it in GitHub Desktop.
Wkhtmltopdf With Patched QT Setup Ubuntu 16+
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment