Skip to content

Instantly share code, notes, and snippets.

@hackolein
Forked from Rajeshr34/wkhtmltopdf.sh
Created November 28, 2017 16:13
Show Gist options
  • Save hackolein/a7ddce9e1a95503f962f8ae6c193d118 to your computer and use it in GitHub Desktop.
Save hackolein/a7ddce9e1a95503f962f8ae6c193d118 to your computer and use it in GitHub Desktop.
Wkhtmltopdf With Patched QT Setup Ubuntu 16+
cd ~
wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
mv wkhtmltox/bin/wkhtmlto* /usr/bin
apt-get install -y openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment