Skip to Content
Menu
This question has been flagged
3 Replies
3415 Views

  in odoo 10.0 pdf report is not printing ??  

any one help me 

thanks in advance

Avatar
Discard
Author

where i need to install

Please read the documentation first.

Best Answer

Hi,

While trying to print the report what does it show ? is it get showing in screen ?

If so please install  wkhtmltopdf package

sudo apt-get install xvfb libfontconfig wkhtmltopdf


Thanks

Avatar
Discard
Best Answer

You can see my answer here  also

just open your terminal by ctrl + t

then type following commands

sudo apt-get remove --purge wkhtmltopdf

sudo apt-get remove --purge wkhtmltox

sudo apt-get install xvfb libfontconfig wkhtmltopdf

sudo apt-get -f install
Avatar
Discard