Extra tickmark labels appear in PDF converted from DOCX

Hi,

When converting a DOCX with a chart to PDF with Aspose, extra tickmark labels appeared in the PDF and overlapped the textboxes.

Code:

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

I’ve attached the test files and a screenshot for your reference. Could you please help to take a look?

test.zip (61.2 KB)
image.png (45.8 KB)

Thanks,

@ServerSide527 Thank you for reporting the problem to us. For a sake of correction it has been logged as WORDSNET-24627. We will keep you informed and let you know once it is resolved.
As a temporary workaround you can avoid using HarfBuzz text shaping. In this case the chart is rendered properly.

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