I have html source code of pages and I need to do screen shots of how thoose pages would look in browser.
I don't want to use .net class WebBrowser or WebKit, because they are handling user events and using them is really slow. I need to be able to visualize like 100 diffrent html documents in parallel.
Can any one recommend approach ?
Regards Wojciech