Y-axis of chart is changed after DOCX to PDF conversion using C#

Hi,

When converting a DOCX with some charts to PDF using Aspose.Words, I noticed the Y Axis labels were changed.

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 and a screenshot for your reference.

test.zip (124.8 KB)
image.png (46.9 KB)

I’m aware that with recent fixes Aspose is now working better with axis labels, but here the issue still happens. Could you help us check if there are still some cases missing in Aspose chart rendering?

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-20308 . 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-20308) have been fixed in this Aspose.Words for .NET 22.9 update also available on NuGet.