Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oprearocks/1ad29412fb9fd7c7309c2e61e57d3c6a to your computer and use it in GitHub Desktop.
Save oprearocks/1ad29412fb9fd7c7309c2e61e57d3c6a to your computer and use it in GitHub Desktop.
debian wkhtmltopdf snippetbucket
168 wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2/wkhtmltox-0.12.2_linux-jessie-amd64.deb
169 ls
170 sudo apt-get install libjpeg8 libpng12-0 xfonts-base xfonts-scalable
171 sudo apt-get install libpng12-0 xfonts-base xfonts-scalable
172 sudo dpkg -u wkhtmltox-0.12.2_linux-jessie-amd64.deb
173 sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb
174 sudo apt-get install xfonts-75dpi
175 sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb
176 sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/
177 sudo cp /usr/local/bin/wkhtmltoimage /usr/bin/
178 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment