Pdf conversion elements stacked on top of each other

Hi,

When converting this DOCX to PDF with Aspose, some elements are stacked up on top of each other. Word’s pdf renders it fine though, you can see the comparison in the image below.

Can you please have a look?

Code:

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

image.png (186.3 KB)
test.zip (1.2 MB)

Thanks,

@ServerSide527 Thank you for reporting the problem to us. I have logged two issues:
WORDSNET-23640 - Incorrect SmartArt rendering
WORDSNET-23641 - Shapes overlapping problem.
We will keep you informed and let you know once they are resolved.