Pull image of rendered HTML from a specific browser

Posted by Geo Ego on Stack Overflow See other posts from Stack Overflow or by Geo Ego
Published on 2010-06-09T17:38:37Z Indexed on 2010/06/09 17:42 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I am working on an app that will be able to pull an image of rendered HTML from a specific browser. I would like the user to be able to select a specific browser to render an HTML file in, and capture the rendered output in an image file.

I am starting with IE8, and I'm not sure where to begin to get the actual rendered output. I can easily open the file in that browser with Process.Start(), but I don't know how to return the rendered output. I have looked a little bit at sinking events, but I don't understand how that works or if that's the right way to go. I would just like some direction, and perhaps some resources to send me on the right path.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about image