Skip to content

Instantly share code, notes, and snippets.

@yajra
Last active September 18, 2024 00:16
Show Gist options
  • Save yajra/80ae402e2084191cd1f6e17fa581320e to your computer and use it in GitHub Desktop.
Save yajra/80ae402e2084191cd1f6e17fa581320e 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
@QaidjoharBarbhaya
Copy link

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment