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 …...Chart axis issues when rendering DOCX to PDF/HTML Aspose.Words Product...doc = new Document(@".\test.docx"); doc.Save(@".\out.pdf"); doc...