Images are rendered on top for specific MHtml file

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

@DWProject

We have tested the scenario and managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-22736. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi, is there a timeframe when this issue might be fixed?
Thanks!

@DWProject At the moment the fix is planned to the 22.3.0 release. But it is not the final decision and the fix may be delayed for later releases.

The issues you have found earlier (filed as WORDSNET-22736) have been fixed in this Aspose.Words for .NET 22.5 update also available on NuGet.