Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to save webpage as image by passing page URL,i have found one solution on this thread http://stackoverflow.com/questions/2715385/convert-webpage-to-image-from-asp-net[^] but it doesn't give me proper image(e.g. tried URL http://www.bugmuncher.com/).

Also tried HTML to Image in C#[^] but not able to deal with IViewObject interface ,basically not able to add reference to get this interface.

I have to do something like www.usersnap.com does.I made it work on FF,Chrome and IE9 by using canvas element which is unfortunately not supported by IE8.

Can i get proper working solution for my need???
Posted

Try this article from CP:

Image Capture Whole Web Page using C#[^]
 
Share this answer
 
Comments
Dexter11 22-Jun-12 9:40am    
Already tried but getting black image(tried on Operating System Windows 2003,Windows 2007).
Please guide where i'm getting wrong.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900