We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Suggested steps:
Remove wkhtmltopdf installed using apt-get previously. sudo apt-get remove --purge wkhtmltopdf
sudo apt-get remove --purge wkhtmltopdf
Install dependencies. sudo apt-get install openssl build-essential xorg libssl-dev
sudo apt-get install openssl build-essential xorg libssl-dev
Download the static binary as per the architecture (i386/amd64) wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2
tar xvjf wkhtmltopdf-0.9.9-static-i386.tar.bz2
sudo chown root:root wkhtmltopdf-i386
sudo cp wkhtmltopdf-i386 /usr/bin/wkhtmltopdf