html-to-jpeg

Is there a library similar to ITextSharp that produces a jpg from html snapshot?

I would like to create a server-side process that will capture html as an image and produce a jpeg. My process will be running on Linux / Mono and I am not sure that I can use the Webform Image Control in memory as suggested in Peter Bromberg's excellent article on EggHeadCafe. Is there an open source framework similar to ITextSharp th...

how to convert response stream to an image? revised

please note this link http://stackoverflow.com/questions/334532/render-html-as-an-image is not help full in previously asked question answeres said they dont get what i want to do exactly so heres is the full code also i simply want that instead of a TABLESe i rendered an image( of the content ) on the page using System; using System....