Web Site Screenshots

Server-Side Screenshot Library

A small .NET (C# 3.0) library which programmatically uses Internet Explorer to create screenshots of web sites on the servers-side. This library is fully multi-threaded and can create numerous screenshots in parallel. Keep in mind that IE is a huge memory hog, which in my sample code required me to manually trigger the garbage collector fairly often. Also make sure to check out the following blog post on the topic. Download the ZIP file here.

Here is some sample code illustrating the use of this library:

// DateTime now = DateTime.Now;
Console.WriteLine("Starting..");
// run with 3 threads
var builder = new Engine(3);
// start engine
builder.Initialize();

// create 100 screenshots
Console.WriteLine("Submitting 100 requests.");
for (int i = 0; i < 100; i++)
{
    builder.CreateScreenshot("http://www.slashdot.org", string.Format(@"c:\temp\shot{0}.jpg", i), DateTime.MaxValue);
}

// keep the main thread alive
while (builder.QueueSize > 0)
{
    Console.WriteLine("Main thread waiting. Queue size: " + builder.QueueSize);

    Thread.Sleep(1000);
    // this is evil, but IE is a huge memory hog and I have found the system to quickly run out of memory if not doing
    // a GC every second under load.
    GC.Collect();
}

// shuts down the threads and exists.
builder.Dispose();

Comments

5 Responses to “Web Site Screenshots”

  1. piyush on October 1st, 2012 1:21 pm

    thanks for the post i am looking for these tags only…:)

  2. Isabel Marant on November 28th, 2012 12:46 am

    After we should be aware the exact isabelle marant well known sneakers isabelle marant manufacturer. Whenever everyone understand, sneakers isabelle marant is an all over the world shoes manufacturer in britain sneakers isabelle marant.

  3. Elenor on March 24th, 2013 2:28 pm

    comments for http://www.jordanforcheapsale.us jordans for cheap

  4. ルイヴィトン on May 9th, 2013 10:18 am

    thanks for your post, by the way, this is my website http://www.cccspa.it/louisvuitton.html, thank you for your visit

  5. Shenita on May 18th, 2013 8:39 am

    ERF Detective Prive est un cabinet d’enquetes et d’investigation, situe a Paris et pouvant intervenir en France et a l’international.

Leave a Reply




XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

-->