views:

87

answers:

1

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 that can accomplish the rendering?

+2  A: 

webSupergoo's ABCpdf .NET renders HTML to JPG. Not open source, but can be obtained for free.

AffineMesh94464