-
-
Save mouyong/782bfc943000067c8940e900793efc2b to your computer and use it in GitHub Desktop.
Installing wkhtmltopdf 0.12.4, 0.12.5 - Ubuntu 16.04 x64, 0.12.5 - Ubuntu 18.04 x64 - 0.12.5 - MacOS High Sierra 10.13.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You can check [here](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/) for getting the latest version. | |
| Change the wget url to download newer versions. | |
| ``` | |
| $ 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 chmod a+x /usr/bin/wkhtmltopdf | |
| $ sudo chmod a+x /usr/bin/wkhtmltoimage | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment