Jinja print format image tag is not working properly

This is my local image path" D:/Download data/Outlook-gloxnxi1.jpg " but image is not displayed in print format.

this is html script :
Company Logo

First, you have to add an image in the file doctype, and you have to use that image path.


is it correct or not.

First upload the image in file (file manager). Please check it.

I have upload image in file manger. but i am getting error.

below image tag is correct or not. check it once.

   <div class="image"><img src="{{ doc.Outlook-gloxnxi1.jpg}}"></div>

you have to set the image path that you upload in the file manager. please copy the file URL which i highlight in the image.


i am getting above error.i copy the file url.

this is my image path:

Company Logo


this is the file manager i upload the image

copy the path:

<div class="image"><img src="/private/files/Outlook-gloxnxi1.jpg"></div>

working thank you @NCP