Convert webpage to image from ASP.NET
Posted
by Nissan Fan
on Stack Overflow
See other posts from Stack Overflow
or by Nissan Fan
Published on 2010-04-26T17:14:01Z
Indexed on
2010/04/26
17:43 UTC
Read the original article
Hit count: 197
I would like to create a function in C# that takes a specific webpage and coverts it to a JPG image from within ASP.NET. I don't want to do this via a third party or thumbnail service as I need the full image. I assume I would need to somehow leverage the webbrowser control from within ASP.NET but I just can't see where to get started. Does anyone have examples?
© Stack Overflow or respective owner