Hi,
When converting a DOCX to PDF, I noticed some x-axis labels in some charts are wrongly rendered.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\out.pdf", new PdfSaveoptions());
I’ve attached the test …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions { EmbedFullFonts...}; doc.Save(@".\out.pdf", saveOptions); Check Chart Data : Verify...