I have saved a file containing images in database as BLOB. while reading it from database i will retrieve it as binary stream. I am able to write it into an image successfully... 1.is it possible to print it directly. If yes how to print it? 2.I tried printing the image that is created but the image is not getting printed ...