Skip to content

Instantly share code, notes, and snippets.

@tejastank
Last active December 15, 2017 16:59
Show Gist options
  • Save tejastank/1051fa5c4428241bf5301bb091f331fe to your computer and use it in GitHub Desktop.
Save tejastank/1051fa5c4428241bf5301bb091f331fe to your computer and use it in GitHub Desktop.
debian wkhtmltopdf snippetbucket
# wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2/wkhtmltox-0.12.2_linux-jessie-amd64.deb
wget http://ftp.br.debian.org/debian/pool/main/w/wkhtmltopdf/wkhtmltopdf_0.12.3.2-3_amd64.deb
#https://debian.pkgs.org/9/debian-main-amd64/wkhtmltopdf_0.12.3.2-3_amd64.deb.html more download differnet flavour
sudo apt-get install libjpeg8 libpng12-0 xfonts-base xfonts-scalable
sudo apt-get install libpng12-0 xfonts-base xfonts-scalable
sudo dpkg -u wkhtmltox-0.12.2_linux-jessie-amd64.deb
sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb
sudo apt-get install xfonts-75dpi
sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment