Powerpoint editor and player web-based
I need to develop in ASP.NET o开发者_如何学编程r in SilverLight a web-based editor and a web-based player for PowerPoint presentation. Are there any components I can use to do this?
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:
- Silverlight: Convexion by Electronic Rain. It's not the best of players/converters, but currently better than the rest (PPTX2Silverlight, Powerlight, etc.)
- Flash: Articulate, Adobe Presenter and iSpring Free are all good options.
Have a look at http://280slides.com/
Not sure whether you can run it on your own server though.
精彩评论