How can I view a PowerPoint in an ASP.NET applicat

2019-08-25 01:36发布

问题:

Does anyone have a PowerPoint viewer which I can embed in an ASP.NET Web App?

回答1:

If you are using Silverlight you can use

http://pptx2silverlight.codeplex.com/



回答2:

You can't directly embed a PPT/presentation to view. Instead you can try any converter that allows you to embed the PPT slide as images or some other format that the client browser can render to the user. There are few products like GroupDocs viewer or Doconut viewer that do this. You can give it a try.