can anybody tell me how to install wkhtmltopdf 0.12.0 in vps server,
plz help me...its urgent
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
can anybody tell me how to install wkhtmltopdf 0.12.0 in vps server,
plz help me...its urgent
Get the latest version of wkhtmltopdf from
http://wkhtmltopdf.org/downloads.html
sudo unxz wkhtmltox-linux-amd64_0.12.0-03c001d.tar.xz
sudo tar -xvf wkhtmltox-linux-amd64_0.12.0-03c001d.tar
cd /wkhtmltox/bin
sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf
In Odoo System Parameters
key: webkit_path
value: /usr/bin/wkhtmltopdf
You don't need to set system parameters as system parameters with wkhtmltopdf path is necessary for webkit reports.
Yes, No need to Add key and value in Odoo System Parameters.
For Ubuntu 14.04.X:
sudo add-apt-repository ppa:ecometrica/servers
sudo apt-get update
sudo apt-get install wkhtmltopdf
http://askubuntu.com/questions/556667/how-to-install-wkhtmltopdf-0-12-1-on-ubuntu-server
For 32 bit ubuntu system:
sudo wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-trusty-i386.deb
for 64 bit Ubuntu system:
sudo wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-trusty-amd64.deb
for 32 bit debian 8 system:
sudo wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-i386.deb
for 64 bit debian 8 system:
sudo wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-jessie-amd64.deb
Change file name according ..
sudo dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin
sudo cp /usr/local/bin/wkhtmltoimage /usr/bin
This article can help you
http://www.zeroincombenze.eu/wiki/OpenERP/7.0/install/CentOS#Webkit_Installation
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up