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 …...rendering issues have been reported when converting DOCX to PDF...