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

2019-08-25 01:24发布

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

2条回答
Evening l夕情丶
2楼-- · 2019-08-25 01:45

If you are using Silverlight you can use

http://pptx2silverlight.codeplex.com/

查看更多
在下西门庆
3楼-- · 2019-08-25 01:55

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.

查看更多
登录 后发表回答