Converting HTML(WEB Page URL/HTML) to JPG Images
-
Hi Guys. I need ur help Converting HTML to JPG Images format using ASP/XML.... Can anyone know about XML Services and how will your write it My Email Id nhsubash@gmail.com Regrds Subash
Subash
-
Hi Guys. I need ur help Converting HTML to JPG Images format using ASP/XML.... Can anyone know about XML Services and how will your write it My Email Id nhsubash@gmail.com Regrds Subash
Subash
Hey I am not sure where XML comes in but this doesnt appear to be a small task as unless any one knows a better way the only way I can think of doing it is this: Create/Find code that will parse and render the html then tinker with it to save it to an image object and then save the contents of the image object to a jpg. Another way would be to pass the html to an explorer/netscape browser object and then take a screenshot (in code) and then you have your picture. Overview of image class: http://msdn2.microsoft.com/en-us/library/system.drawing.image.aspx I have no experience doing this and there are probably far simpler ways but I dont know them and this is how I would go about doing it. Dan