简体   繁体   中英

how to upload ppt and display ppt in website using c#

如何在ac#asp.net Web应用程序中显示上载的Powerpoint演示文稿?

quick answer, use a control. Try the big names like aspose, telerik, etc. Also look at www.slideshare.com as they might have a control you can embed on your page.

Basically you will need a control to do it or learn OpenXML and parse the ppt file yourself.

try http://www.asp.net/community/control-gallery/Item.aspx?i=2898 which is aspose. You can convert ppt to FLV movie then just use a FLV player which are abundant on the internet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM