# This is very interesting - turn HTML documents into images

<datetime class="hidden">2004-07-06T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

This is one of these things that's been running on a background thread in my brain for about a year, I have never seen a good example of how to do this but it just seems handy (I don't know what for but it 'feels' handy). Anyway, in the [Codeproject](http://www.codeproject.com/)mail  thingy today [this article](http://www.codeproject.com/internet/htmlimagecapture.asp) was hiding at the bottom. Now, one of the comments mentions a way to do this in C# - going to have to try to get this working!

UPDATE:  I almost have this working (just a very slight size issue right now) the handiest info is [this discussion](http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_20939542.html)