I would like to convert html (for example, a table) to an image and save it as a .jpg file. And, if that table is displayed within a web page along with other elements, I only want to get that specific table and save it as an image.
Is this possible using asp.net?
thanks
I think this is a rendering issue and completely depends upon what browser rendering your HTML.
But this the closest thing I could get you using
GDI+andWebBrowsercontrol from CodeProject.Let me know whether it helped you or not!
Regards.