How to save a "MHTML" file as a BMP file?
-
i want to save a file ,which in MHTML ,as a BMP file.How can i do it ? Thanks in advance
-
i want to save a file ,which in MHTML ,as a BMP file.How can i do it ? Thanks in advance
What's MHTML? Microsoft HTML? Or are you talking about the "MHT"-format (Microsofts "Web Archive" -Format)? Anyway, you will have to render the file and then save the resulting image as a BMP. Cheers, Sebastian -- Contra vim mortem non est medicamen in hortem.
-
What's MHTML? Microsoft HTML? Or are you talking about the "MHT"-format (Microsofts "Web Archive" -Format)? Anyway, you will have to render the file and then save the resulting image as a BMP. Cheers, Sebastian -- Contra vim mortem non est medicamen in hortem.
MSHTML is the "guts" of IE - A COM object which does all the HTML parsing and such. Steve
-
MSHTML is the "guts" of IE - A COM object which does all the HTML parsing and such. Steve
I recommend Rob Manderson's article: Capture an HTML document as Image[^]