This question has been flagged

Hello,

I need some help figuring out, why my invoice PDF are beeing corrupted when converted to PDF ?

I'm using the default Odoo print templates.

I've updated the WKHTMLTOPDF on my server to the last version. 

I'm running the Odoo on Ubuntu Server 14.04 TLS.

Any ideas? Can't figure it out... Tryed in diffrent browsers, all with the same result.

Thank you.

Avatar
Discard
Best Answer

try tis to see:

sudo wget http://downloads.sourceforge.net/project/wkhtmltopdf/archive/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb

sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb

sudo cp /usr/local/bin/wkhtmltopdf /usr/bin

sudo cp /usr/local/bin/wkhtmltoimage /usr/bin

Avatar
Discard