1
votes

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 ?

1
possible duplicate of [Programmatically save as PowerPoint 2007 (pptx), from PowerPoint 2003 ](stackoverflow.com/questions/3145396/…)Dirk Vollmar
how do i delete these thread?Aneef

1 Answers

0
votes

Yes,

It is possible to do that by clicking at Save As and choosing Microsoft PowerPoint 2003 or 2007 Presentation.