Skip to content

Instantly share code, notes, and snippets.

@MathijsK93
Forked from yajra/install-wkhtmltopdf.sh
Last active April 3, 2018 12:51
Show Gist options
  • Save MathijsK93/3a453c08cffdf6b74787c977fdd863c6 to your computer and use it in GitHub Desktop.
Save MathijsK93/3a453c08cffdf6b74787c977fdd863c6 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf 0.12.4 (with patched qt)
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
tar xvf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
mv wkhtmltox/bin/wkhtmlto* /usr/bin/
ln -nfs /usr/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment