This question has been flagged
1 Reply
4260 Views

I installed webkit reports and wkhtml2pdf and yet can't render Arabic reports the proper way. what am I missing ?

Note: I also configured the system envirtonmental vairable.

 

Avatar
Discard

in OpenERP V7 webkit is stable without any Problem but in odoo 8 the engine of webkit is changed and not support Arabic isa soon will solve this problem :) Good Luck

Author Best Answer

I knew the answer just install the webkit module and install webkit html2pdf from here:

http://wkhtmltopdf.org/downloads.html

For example for centos 7

yum -y instal http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-centos7-amd64.rpm

You may need to set the environmental variable related to webkit executable to the result of the command:

which wkhtml2pdf

Avatar
Discard