Creating powerpoint presentation template without using powerpoint file

Hi,

Is it possible to create presentation template file using Aspose that does not use powerpoint file.

In more detail, my requirement is design a desktop utility that will accept parameters for slide. ie text, images, their positions etc. I have to create the presentation based on this information. But I do not have powerpoint file in the begining.

In short, I have to create template file of powerpoint to which I will add data from the database later on and create presentations files.

Thanks and Regards,

Dear s.ravindra,

Thanks for considering Aspose.Slides.

Yes, you can create a presentation from scratch. For example,

C#

Presentation pres=new Presentation();

pres.Write("c:\\outPres.ppt");

For more information, please see Programmer's Guide here.

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