带有 PowerPoint 2007 兼容包的 PowerPoint 2003 另存为 pptx
我想使用 PowerPoint 2003 PIA 创建 PowerPoint 演示文稿并将其另存为 PPTX,并且安装了 Office 2007 兼容包?我该如何实现这一目标?
PropertyValues.PptPresObj.SaveAs(_pptTemporaryFilePath, PpSaveAsFileType.ppSaveAsPresentation, _
MsoTriState.msoFalse)
枚举器中没有另存为 pptx 的选项吗?
I want to create and save a PowerPoint presentation as PPTX using PowerPoint 2003 PIA, with office 2007 compatibility pack installed? Is it possible how do i achieve this?
PropertyValues.PptPresObj.SaveAs(_pptTemporaryFilePath, PpSaveAsFileType.ppSaveAsPresentation, _
MsoTriState.msoFalse)
There is no option in the enumerator to save as pptx ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,
可以通过单击“另存为”并选择 Microsoft PowerPoint 2003 或 2007 演示文稿来完成此操作。
Yes,
It is possible to do that by clicking at Save As and choosing Microsoft PowerPoint 2003 or 2007 Presentation.