Skip to content

Instantly share code, notes, and snippets.

@Thijzer
Last active August 8, 2019 06:48
Show Gist options
  • Save Thijzer/8a5f20ea19b556446cd6e2c0c85aab6a to your computer and use it in GitHub Desktop.
Save Thijzer/8a5f20ea19b556446cd6e2c0c85aab6a to your computer and use it in GitHub Desktop.

wkhtmltox_0.12.5-1 amd64

Ubuntu 16.04

wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.xenial_amd64.deb
sudo dpkg -i wkhtmltox_0.12.5-1.xenial_amd64.deb
sudo apt -f install

Debian 9 (stretch)

wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb
sudo dpkg -i wkhtmltox_0.12.5-1.stretch_amd64.deb
sudo apt -f install

WKHTMLTOPDF

options

--disable-smart-shrinking --page-size A4 --encoding UTF-8 --margin-bottom 0 --margin-left 0 --margin-right 0 --margin-top 0

releases

https://github.com/wkhtmltopdf/wkhtmltopdf/releases/

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