Skip to content

Instantly share code, notes, and snippets.

@codeyash
Forked from akhmadkresna/wkhtmltopdf.sh
Created February 26, 2019 14:46
wkhtmltopdf install on ubuntu 18.04
sudo wget https://builds.wkhtmltopdf.org/0.12.1.3/wkhtmltox_0.12.1.3-1~bionic_amd64.deb
sudo dpkg -i wkhtmltox_0.12.1.3-1~bionic_amd64.deb
sudo apt-get install -f
sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin
sudo ln -s /usr/local/bin/wkhtmltoimage /usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment