Convert HTML to MHTML

3.8k Views Asked by At

Is there any way to convert HTML and its associated images to MHTML in windows mobile?

2

There are 2 best solutions below

0
On

Here is an article that explains how to do it in ASP.NET, maybe you can adapt it or grab some ideas for your environment: http://www.codeproject.com/KB/aspnet/aspnethtml2mht.aspx

1
On

Here is a class I wrote to do this: https://github.com/DavidBenko/MHTML-to-HTML-Decoding-in-C-Sharp.

Here is a go through on how to use it.

Feel free to fork it for your needs.