1

Hi, sorry for writing in English.

I have an early version, I think v2043. My images are in the html source, but render as empty boxes in the pdf.

I have set permissions on the folders for /out and /cache and the images are readable by all. I have tried a full path to images and also relative path.

The images are correctly sized with width and height present. I have also tried an image outside the table layout, in case the table caused the issue - it is at the top of the example file.

Here are examples of the html and pdf.

http://www.lawgistics.co.uk/pdf/20130926170923.html

http://www.lawgistics.co.uk/pdf/20130926170923.pdf

Any advice would be greatly appreciated.
Thank you
Henry

2

I guess the path to the image is wrong. Try with:
<img alt="" src="images/t200_profile_image_3.jpg" style="height:64px; width:200px" />
html2pdf 4.03