I have php code which create pdf thumbnail as follows;
setImageFormat(\"png
The only solution would be to convert your image to base64 and include it as an embedded base64 image (data:image/png;base64, ). Further reference.
data:image/png;base64,
But this isn't supported in IE 6 and 7.