Chart axis tickmarks rendered incorrectly in output PDF using Aspose.Words

Hi,

When converting a DOCX with a few charts to PDF. I noticed the tickmarks were wrong.

They were either with wrong number of tickmarks from the DOCX, or with wrong rotations, and it happened in both X and Y axis.

Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");

I’ve attached the test files with some descriptions in the file, also with the font I used in case you don’t have it.

test.zip (389.6 KB)

Could you please help me take a look?

Thanks,

@ServerSide527

We have tested the scenario and have 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-20217. 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-20217) have been fixed in this Aspose.Words for .NET 21.5 update and this Aspose.Words for Java 21.5 update.