Hi,
When converting a Word Document with charts to PDF/HTML, the axis and its content appeared to be wrong.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\out.pdf");
doc.Save(@".\out.html");
On the first …...Hi, When converting a Word document with charts to PDF/HTML, the...wrong. Code: var doc = new Document(@".\test.docx"); doc.Save(@"...