PDF conversion renders 2 pages on top of each other

Hi,

When converting this DOCX to PDF Aspose seems to render 2 pages on top of each other while Word’s output seems to be fine. Can you please have a look?

You can find the comparison in the image below.

Code:

var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");

image.png (233.6 KB)
test.zip (325.1 KB)

Thanks,

@ServerSide527,
Thank you for reporting this problem to us. 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 - 23642. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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