Skip to content

Instantly share code, notes, and snippets.

@vmdao
Forked from isogram/wkhtmltopdf_wkhtmltoimage.md
Created August 27, 2017 06:04
Show Gist options
  • Save vmdao/492ceb7d9343491fc4db90962e6038ac to your computer and use it in GitHub Desktop.
Save vmdao/492ceb7d9343491fc4db90962e6038ac to your computer and use it in GitHub Desktop.
How to manually install Wktohtmlpdf and Wkhtmltoimage in Ubuntu Server

How to Install Wkhtmltopdf and Wkhtmltoimage in Ubuntu

wget http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
tar -xvf wkhtmltox-0.12.3_linux-generic-amd64.tar.xz
cd wkhtmltox/bin/
sudo mv wkhtmltopdf  /usr/bin/wkhtmltopdf
sudo mv wkhtmltoimage  /usr/bin/wkhtmltoimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment