Can Aspose.PowerPoint do real-time charting in PPT?

Dear Sirs,

In a web application, I have dynamically generated data with which I want to create a PowerPoint presentation with the data charted in pie charts and bar charts. I can do this in VBA, but that’s a client-side process. Would prefer a server-side solution that will generate the PPT file with charts completed and then download to the user.

Can Aspose.PowerPoint do this?

Thanks.

Dear vba_don,

I’m sorry, Aspose.PowerPoint can’t do charting directly but you can use Aspose.Charts to generate chart and save it to an image. After that you can insert image to the PictureFrame in Aspose.PowerPoint.