1

I have a problem.

If a image is not found:

look at the version 4.03 in html2pdf.class.php, line 1318:

if ($this->_testIsImage)

in the version 4.01 there was (line 2309):

if ($this->testIsImage)

If i change this it works. Is this a Bug?

Achim