Hello,
when saving a PPTX as PDF, a chart is not included.
We have observed this in Aspose.Slides version 17.7, but even with Aspose.Slides 20.9 this still occurs.
It is easy to reproduce.
Just use the attached example pptx (Example.zip (43.2 KB)) and the following code:
Aspose.Slides.Presentation pres = new Presentation(@"C:\temp\Example.pptx");
//Saving the presentation to PDF document
pres.Save(@"C:\temp\AsposeConvert.pdf", SaveFormat.Pdf);
Could you explain, what is the problem and how can we fix it?
We usually have no problems with charts. Is it because this is a more complex chart of the type “Custom Combination” (see attached screenshot of Excel Insert Chart - Menu InsertChart.png (13.8 KB)
)?
Thanks in advance!