Convert my aspx page to png image
Posted
by Izabela
on Stack Overflow
See other posts from Stack Overflow
or by Izabela
Published on 2010-06-14T15:15:47Z
Indexed on
2010/06/14
15:42 UTC
Read the original article
Hit count: 264
I am generating an aspx page which then I need to convert to png and store it somewhere.
A similiar situation with mine was asked before here but got still no response. I tried also the code that the Swapnil Fegade has asked but the code is looping continually making request to loading page and no conversion is actually being done.
I found some solutions on the web also but they require WebBrowser control which i understood can be used in windows form but i am building a web project.
Can you give me any hint or suggest any article that shows a full example doing this task. Thank you guys in advance.
© Stack Overflow or respective owner