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...