Hi. I’ve saved www.aspose.com as .mht file using IE. Then I try to run the following code:
var document = new Document(“Aspose.mht”);This code corrupts output file to the point when it is rendered incorrectly in IE. Am I doing something wrong? How such a simple code could produce a totally unreadable output? What should I do to get a readable output?
document.Save(“Aspose_converted.mht”, SaveFormat.Mhtml);
P.S. Have a look at the files in the attachments.