Vertical Lines and Labels are Misplaced after DOCX Chart to PDF Conversion using .NET

Hi,

I noticed the vertical lines are missing and some labels are misplaced after DOCX Chart to PDF Conversion.

Code for DOCX Chart to PDF Conversion

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

I’ve attached my test files and a screenshot for your reference. Could you please take a look?

test.zip (52.9 KB)
image.png (56.6 KB)

Thanks,

@ServerSide527

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