Does anyone have a PowerPoint viewer which I can embed in an ASP.NET Web App?
相关问题
- How to open Powerpoint using VBA
- how to get full servername and port running in mvc
- Windows Shared hosting - custom scheduled task
- How to reference javascript file in ASP.NET MVC 2
- Should one try to guard against null reference exc
相关文章
- “Dynamic operations can only be performed in homog
- How to programmatically read and change slide note
- Diff for Powerpoint
- Mocking HttpRequest and HttpResponse for MVC Appli
- Undoing “Set as Start Page”
- Make R's View() open in a new window automatic
- Clear Microsoft Office Add-Ins cache
- mvc.net routing: routevalues in maproutes
If you are using Silverlight you can use
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.