Last active
December 15, 2017 16:59
-
-
Save tejastank/1051fa5c4428241bf5301bb091f331fe to your computer and use it in GitHub Desktop.
debian wkhtmltopdf snippetbucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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