creating .ppt file from ASP.NET

G

Guneet

Hi All,

Can anyone provide me with some reference on how to create a PowerPoint
presentation on-the-fly in an ASP.NET page? Are there any components like OWC
that I can program for this?
I need to import a GIF file into a PowerPoint presentation and make it
available on my site. Since this GIF file is different for each application
user, I need to make the Powerpoint file again for every download. I would
appreciate if someone could provide me with some expert opinion on this.

Regards
 
V

vmax

Hi Guunet

try Aspose.PowerPoint (they have renamed it Aspose.Slides) at the
www.aspose.com. It's not free but is the only third-party I found to
create/edit Powerpoint presentation and it is total .NET C#.
You could download a full functional trial version. Without the license you
will have a background text on each slide.

vmax
 
Top