Skip to content

Instantly share code, notes, and snippets.

@ajepe
Forked from yajra/install-wkhtmltopdf.sh
Created December 20, 2022 10:30
Show Gist options
  • Save ajepe/9cd23f47b8d0dfefe849bdaf36ce0b48 to your computer and use it in GitHub Desktop.
Save ajepe/9cd23f47b8d0dfefe849bdaf36ce0b48 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.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
mv wkhtmltox/bin/wkhtmlto* /usr/bin/
ln -nfs /usr/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment