This question has been flagged
2 Replies
5523 Views

Hello.

I installed wkhtmltopdf following these https://www.odoo.com/fr_FR/forum/help-1/question/how-to-add-wkhtmltopdf-as-a-sytem-parameter-in-openerp-56486#answer-56501, eventually changing the download link according to the new locations of file storage.

If I type wkhtmltopdf -V in the terminal i receive

"wkhtmltopdf 0.12.1 (with patched qt)"

As output, so i can guess the installation ran fine.


Therefore  when I try to print a report i receive an error:

"Unable to find Wkhtmltopdf on this system. The report will be shown in html."


What can i do?

Avatar
Discard
Best Answer

Hi,

Try this

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


Hope this helps..

Avatar
Discard
Author

Thanks. . The "report" after the pay now still give me an Internal Server Error No Callback also (as you can see from pic) http://s15.postimg.org/i5my9ey8a/Cattura.jpg

Author Best Answer


cut





Avatar
Discard