Hi,
When converting a DOCX to PDF, our client noticed some charts have wrong data labels or axis in the PDF file. The issue doesn’t happen if saving the DOCX to PDF manually with Office ‘save as’ feature.
Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\out.pdf");
I’ve attached the test files and a screenshot for your reference. Could you please help us take a look?
test.zip (89.8 KB)
image.png (80.2 KB)
Thanks,