Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
interop 是否可以将 PowerPoint 演示文稿的视图更改为备注页?我正在构建一个应用程序来自动将大量 pptx 文件转换为 pdf,并且更希望 pdf 出现在注释页面视图中,但我似乎在文档中找不到任何这样做的东西?如果互操作不支持这一点,有没有人知道另一个具有此功能的 api?
看看这里。它特定于 VBA,但我认为参数应该相同。
https://msdn.microsoft.com/en-us/vba/powerpoint-vba/articles/presentation-exportasfixedformat-method-powerpoint
您想要指定PpPrintOutputType并将其设置为ppPrintOutputNotesPages(PowerPoint 常量等于 5)
PpPrintOutputType
ppPrintOutputNotesPages