Andrea
Andrea

Reputation: 803

Powerpoint editor and player web-based

I need to develop in ASP.NET or in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?

Upvotes: 2

Views: 1101

Answers (2)

JasonPlutext
JasonPlutext

Reputation: 15863

Have a look at http://280slides.com/

Not sure whether you can run it on your own server though.

Upvotes: 0

Todd Main
Todd Main

Reputation: 29153

There are no good web-based editors for PowerPoint, other than Office Web Apps. For that, you need SharePoint 2010. Note that this is intended for internal organizations - not for the public web.

Creating one yourself would be a ton of work. However, if you just needed basic editing of certain parts (in particular, textual), you could work with the Open XML SDK to create something workable. This article may give you a good start: Creating a PresentationML Document through a browser interface.

For web-based players, there are a few options:

Upvotes: 3

Related Questions