Creating Multiple ppt slides through c#.net

sir problem is that, i am creating multiple slides .in each slide data is different & data will come from data base. so please tell me how to create multipple ppt slides & transfer data from data base.


This message was posted using Email2Forum by muhammad.rashid.

Dear happvive,

Thanks for considering Aspose.

To start working with Apose.Slides, you should see the Programmer’s Guide of Aspose.Slides.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/programmers-guide.html

Also, see how to add slides programmatically.

http://www.aspose.com/documentation/file-format-components/aspose.slides-for-.net-and-java/adding-slides-to-presentation.html

Also see code example in this thread, you will find there code for aspx page in an archived file namely PowerPointTest.zip that generates the table from Northwind database.