What I need to do is create a html table and save it as an image. I read somewhere that the best way was to draw this on the canvas in html5 and save it as an image. How would I run it? Is there any way to dynamically create the html5 code with the data for the table in the cells, run it and have it saved as an image from a VB.NET application? No one is going to view the html5 page from a web browser. it is just a way to create the html table and save it to file to be used by my application. Can it be run in the web browser control as long as they have IE9+ installed on the machine?
Thanks for your help!
Thanks for your help!