Hello,
If you execute the following code sequence you can see that the charts are not saved correctly.
var doc = new Document("source.docx");
doc.Save("issue.pdf", SaveFormat.Pdf);
I’ve attached the source.docx and the issue.pdf. I’ve also attached some screenshots with some problems.
Thank you,issue.zip (224.5 KB)