Interop PowerPoint备注页面

时间:2018-05-23 06:58:17

标签: pdf c#-4.0 powerpoint powerpoint-interop

interop是否有办法将PowerPoint演示文稿的视图更改为备注页面?我正在构建一个应用程序来自动将大量的pptx文件转换为pdf,并且更喜欢将PDF文件放在注释页面视图中,但我似乎无法在文档中找到任何内容这样做?如果互操作不支持这个,有没有人知道这个功能的另一个api?

1 个答案:

答案 0 :(得分:0)

看看这里。它是特定于VBA但我认为参数应该是相同的。

https://msdn.microsoft.com/en-us/vba/powerpoint-vba/articles/presentation-exportasfixedformat-method-powerpoint

您需要指定PpPrintOutputType并将其设置为ppPrintOutputNotesPages(PowerPoint常量等于5)