Skip to content

Instantly share code, notes, and snippets.

View nehemiascr's full-sized avatar
🚀

Nehemias Herrera nehemiascr

🚀
View GitHub Profile
@nehemiascr
nehemiascr / wkhtmltopdf.sh
Created February 17, 2018 08:13 — forked from Rajeshr34/wkhtmltopdf.sh
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