Render web page to picture.
Posted
by Steck
on Stack Overflow
See other posts from Stack Overflow
or by Steck
Published on 2010-04-05T11:52:03Z
Indexed on
2010/04/05
13:53 UTC
Read the original article
Hit count: 320
I have the string with URL. For example "http://google.com".
Is there are any way to download and render this page to picture file? ("test.jpg")
I tried to use WebBrowser control, to download and render picture, but it only works when WebBrowser placed in displayed form. In other ways it's render only black rectangle.
But i want to render picture without any visual effect (creating, activating form etc.)
© Stack Overflow or respective owner