Bar charts' height in PDF conversion are shorter

Hi,

When converting the DOCX attached to PDF with Aspose, the bar heights are way shorter than Word’s output. You can find the comparison in the image file.

Can you please have a look?

Code:

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

image.png (171.3 KB)
test.zip (211.3 KB)

Thanks,

@ServerSide527,
Thank you for reporting this problem to us. We have tested the scenario and 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 - 23644. 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-23644) have been fixed in this Aspose.Words for .NET 22.5 update also available on NuGet.