I have a requirement where I create a webpage, but want to only display an image of that webpage rather than all the html and text, etc.
I'm currently using iecapt.exe from my own servers - and while it works great, it eats up server CPU and disk space as I actually save the images.
Is there any client or C# option for generating the image on the fly and displaying it?
I've looked a few examples, but they all see to be windows form or console solutions.
I need something I can deploy to Azure without added steps or exe files.