Bar charts are missing labels when converting to PDF

Hi,

After converting this .docm to .pdf with Aspose, the labels of the bar charts disappeared when they appear normally in Word’s PDF output. You can see the comparison in image.png.

Can you please have a look at this?

Code:

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

image.png (69.8 KB)
test.zip (107.6 KB)

Thank you,

@ServerSide527 Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23659. We will keep you informed and let you know once it is resolved.

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