DOCX to PDF conversion issue with chart layout using .NET

Hi,

One of my clients raised a production issue complaining the charts are badly rendered when converting DOCX to PDF using Aspose.Words.

Code:

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

I’ve attached the test files and screenshots for your reference. Could you please help take a look?

test.zip (63.2 KB)
image.png (95.5 KB)

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