- cd ~
- wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
- cd wkhtmltox/bin/
- sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf
- sudo mv wkhtmltoimage /usr/bin/wkhtmltoimage
- sudo ln -s /usr/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
Last active
September 22, 2017 19:37
-
-
Save demartinezraul/76b8f67d694b77f019c5a3ea252821bc to your computer and use it in GitHub Desktop.
install wkhtmltopdf 0.12.4 on Linux Ubuntu.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment