is there a way to render ViewResult or PartialViewResult as an image?
I have tried to get ViewResult as string and I got a string containing html as it should be, but I need to render that html to image. If it is possible – with styles and images.
I have an idea to get some browser output for this html on server and capture result to an image, but how it can be done in practice I don’t know at this time.
If you have any ideas, please, help.
Please do not suggest any third party components. Just tell if it is impossible to do by standart .NET classes.
Thank you
See How to render an image using the WebBrowser control
Then it’s as easy as