Creating new presentation

Hi!
I’m testing Aspose.PowerPoint for a project and have two question:

1. What is the right way to create a new PPT file from a PPT template?
2. Can I write a PPT file to a stream to save the “file” as blob in SQL2k?

Peter

Dear Peter,

  1. The only one way I think. Read template, change something and save result to another file.
  2. Yes, you can. Please check Presentation.Save method.