Chart messed up when converting to PDF

Hi,

When converting a DOCX to PDF, I noticed the layout of the chart was messed up.

Code:

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

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

test.zip (107.2 KB)
image.png (23.5 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-22545. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.