Disable PowerPoint features using C#

前端 未结 6 1827
抹茶落季
抹茶落季 2021-01-27 06:36

My scenario: I have a requirement in my project(C#).I need to give the user only reading capability for my powerpoint presentation opened thru my application.All other

6条回答
  •  青春惊慌失措
    2021-01-27 07:14

    Just export each slide as a JPG or PNG and display those: Slide.Export. This would be for static slide views. If you want to retain animations, transitions, video/audio and navigation features for your PPT/PPTX, a PowerPoint-to-Flash converter is a better way to do this. iSpring makes a free version of their converter: www.ispringfree.com.

提交回复
热议问题