Hi,
We found several more cases where Office Charts were not properly rendered when converting DOCX to PDF or HTML.
Code:
var document = new Document(@“testdocs.docx”);
document.Save(@“testoutnew.pdf”);
document.Save(@“testoutnew.html”);
As marked on my attached screenshot, the charts in pdf/html are looking very different from the original document. I’ve also attached the test files for your reference.
image.png (93.4 KB)
testdocs.zip (82.1 KB)
Since we started converting DOCX to PDF/HTML using Aspose, we found multiple issues on various cases from Aspose where it does not render properly, including a few tickets already escalated to enterprise support. Is it possible to get a more generic fix on these?
Thanks,