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...Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out...