-
-
Save Muspi/e9c0c6439dea69a92d94beddc23cb26e to your computer and use it in GitHub Desktop.
Install wkhtmltopdf 0.12.4 (with patched qt)
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
$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb | |
$ sudo dpkg -i wkhtmltox_0.12.5-1.buster_amd64.deb | |
$ sudo apt-get -f install | |
$ sudo cp /usr/local/bin/wkhtmltoimage /usr/bin | |
$ sudo cp /usr/local/bin/wkhtmltopdf /usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment