Hi,
When converting some charts from DOCX to PDF, we noticed rendered charts may have extra Y axis labels, and X axis labels are messed up.
Code:
var doc = new Document(@“.\test.docx”);
doc.Save(@“.\out.pdf”);
I’v…...test file, a screenshot and the font file we used for your reference...