1

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

Kiquenet
  • 14,494
  • 35
  • 148
  • 243
Naruto
  • 9,476
  • 37
  • 118
  • 201

2 Answers2

2

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

Konamiman
  • 49,681
  • 17
  • 108
  • 138
0

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.