Skip to content

Instantly share code, notes, and snippets.

@Muspi
Forked from yajra/install-wkhtmltopdf.sh
Last active July 26, 2022 14:03
Show Gist options
  • Save Muspi/e9c0c6439dea69a92d94beddc23cb26e to your computer and use it in GitHub Desktop.
Save Muspi/e9c0c6439dea69a92d94beddc23cb26e to your computer and use it in GitHub Desktop.
Install wkhtmltopdf 0.12.4 (with patched qt)
$ 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