I have php code which create pdf thumbnail as follows;
setImageFormat(\"png
you can try to display the image by this way:
// start buffering ob_start(); $thumbnail = $im->getImageBlob(); $contents = ob_get_contents(); ob_end_clean(); echo "";