Dates in X Axis are shown in vertical

Hi,

When converting this .docm to pdf with Aspose, the labels of the dates in the X axis are shown in vertical instead of horizontal. Also, Aspose is showing way more dates than what the document and Word’s output show. You can find a comparison in the image below.

Can you have a look at that please?

Code:

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

image.png (89.4 KB)
test.zip (196.0 KB)

Thanks,

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

1 Like

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