Skip to content

Instantly share code, notes, and snippets.

@njugunagathere
Forked from Rajeshr34/wkhtmltopdf.sh
Created May 19, 2019 20:47
Show Gist options
  • Save njugunagathere/ce0c0220e8d494ea506924c4b15b4d36 to your computer and use it in GitHub Desktop.
Save njugunagathere/ce0c0220e8d494ea506924c4b15b4d36 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