Hi,
When converting a DOCX to PDF using Aspose.Words, I noticed some new examples of charts rendered incorrectly.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\test.pdf");
I’ve attached the test files and highlighted the difference in a screenshot, could you please help me take a look?
test.zip (117.9 KB)
image.png (86.2 KB)
Thanks,