No product image in pdf or while printing

I ran bench update and it seems that while printing Quotation/Sales Order or generating pdf, product images are not showing.

anyone else facing this problem??

I think the problem has something to do with description.html
In print_settings.py I unhid the “image” field and getting the following output. The image is missing only in description.

1 Like

@satishguptajaipur add hostname in site_config.json
e.g.

{
“db_name”: “erpnext”,
“db_password”: “PASSVALUE”,
“host_name”: “https://host.yourdomain.com
}

Thanks for the reply.
But even after adding the host name it is giving same output.
Image missing in description but able to show it separately.

Use custom print format, Instead of changing server side python file

I will do that.
But what could be the reason that image is not showing in description but able to show separately.

What else could I do to fix the problem??

sudo apt-get install libssl1.0-dev

1 Like

This worked for me. Thanks