Dynamic Images with HTML2PDF class

hi

Looking for solutions here …

Im using HTML2PDF class to produce a pdf doc from an html page, this all works wonderfully until I try to pass the class any dynamically generated images. ie src=“image.php?v=1&s=2”

Anyone got any good work arounds, Ive tried base64 encoding the images then passing those through the class, but it bombs at that too.

TIA