Hi, when the attached MHtml file is converted to PDF there are 3 images rendered on top. In MS Word and Internet Explorer they are not rendered there.
Tested with Aspose.Words for .Net 21.9.
The code looks like this:
var doc = new Document(inputFile);
var saveOptions = new PdfSaveOptions
{
PageSet = new PageSet(new PageRange(0, doc.PageCount))
};
doc.Save(outputFile, saveOptions);
The MHtml file is produced by Aspose.Email 21.8.1.
359640_SR-157094 - Images on top.zip (888.7 KB)
Best Regards,
Vassil