Disable PowerPoint features using C#

前端 未结 6 1708
抹茶落季
抹茶落季 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:17

    One solution could be to use something like Aspose.Slides to render the Slides to TIFF or PDF and then display those inside your application.

提交回复
热议问题