PowerPoint 2003与PowerPoint 2007兼容包另存为pptx

时间:2010-08-23 10:29:16

标签: c# vsto powerpoint compatibility office-interop

我想使用PowerPoint 2003 PIA创建并保存PowerPoint演示文稿作为PPTX,并安装了Office 2007兼容包吗?我怎么可能实现这个目标?

 PropertyValues.PptPresObj.SaveAs(_pptTemporaryFilePath, PpSaveAsFileType.ppSaveAsPresentation, _
                                      MsoTriState.msoFalse)

枚举器中没有选项可以保存为pptx?

1 个答案:

答案 0 :(得分:0)

是,

可以通过单击“另存为”并选择“Microsoft PowerPoint 2003或2007演示文稿”来实现此目的。