1

Hi

How can I pass dynamic images to the HTML2PDF class ?

I have images that are produced by a php script such as

<img src="image.php?foo=1&bar=2" />

but these throw an error.

Thanks