Hello
I am using html2pdf for converting html to pdf file.
but i got stuck on image.
When i include any image, i got error "Impossible to load the image ".
I have also tried it with different image path
for example,
<img src="images/logo.png" />
<img src="http://mysite.com/images/logo.png" />
Can anyone tell me what is the issue with the image tag? how can i include image in the pdf?
Thanks in advance.