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 …...\test.docx"); doc.Save(@".\out.pdf"...PdfSaveOptions()); I’ve attached the test files and a screenshot for your...