I am using the following commands to install wkhtmltopdf but it's not working and given same notification on browser.
sudo add-apt-repository ppa:ecometrica/servers
sudo apt-get update
sudo apt-get install wkhtmltopdf
I am using the following commands to install wkhtmltopdf but it's not working and given same notification on browser.
sudo add-apt-repository ppa:ecometrica/servers
sudo apt-get update
sudo apt-get install wkhtmltopdf
To install wkhtmltopdf in Ubuntu 14.04:
Install xvfb server:
sudo apt-get install xvfb
Download the deb from the wkhtmltopdf download page.
For Ubuntu 14.04 64-bit:
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.trusty_amd64.deb
Install wkhtmltopdf:
sudo dpkg -i wkhtmltox_0.12.5-1.trusty_amd64.deb
Install dependencies (if needed):
sudo apt-get -f install