Skip to content

Instantly share code, notes, and snippets.

@ruslanys
Forked from Rajeshr34/wkhtmltopdf.sh
Created December 4, 2019 16:55
Show Gist options
  • Save ruslanys/9a207da505e630a679190d679d3fefa9 to your computer and use it in GitHub Desktop.
Save ruslanys/9a207da505e630a679190d679d3fefa9 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