Web Page Rendering Capture
        Posted  
        
            by Chaitanya
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chaitanya
        
        
        
        Published on 2010-04-19T18:58:33Z
        Indexed on 
            2010/04/19
            19:03 UTC
        
        
        Read the original article
        Hit count: 686
        
I start with describing the problem itself. Rather than a problem I'm looking for a better solution. I have a asp.net page which has a bunch of images and a link underneath it, Each image is infact the latest rendering of the link underneath it.
I scheduled a bat script which runs every hour to fetch the images through IECapt a web page rendering capture utility. One thing am annoyed about this utility is it takes a lot of time for the 20 images I have and for few because of the flash content it misses to take the actual screenshot of the website.
Now I like to know can this rendering be done by traditional programming am not interested in using any utilities. I'm interested in trying this. The solution need not be necessarily a C# based am ready to try in any other language. Because it gives me a chance to learn.
Thank you.
© Stack Overflow or respective owner