Skip to content

Instantly share code, notes, and snippets.

@jadaradix
Last active September 19, 2015 20:59
Show Gist options
  • Save jadaradix/3847b5a87b4d606dcb9c to your computer and use it in GitHub Desktop.
Save jadaradix/3847b5a87b4d606dcb9c to your computer and use it in GitHub Desktop.
Install wkhtmltopdf and wkhtmltoimage on Ubuntu/apt-get tasty flavours.
mkdir tmp
cd tmp
wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb -O x.deb
ar vx x.deb
tar xf data.tar.xz
mv usr/local/bin/* ../
cd ..
rm -rf tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment