Pie chart labels have wrong figures and layouts in converted PDF

Hi,

When converting a DOCX with a pie chart to PDF, I noticed the labels’ figures and layouts are different from the originals.

Code:

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

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

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

We apologize for your inconvenience.