1

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 ?

NakedBrunch
  • 48,713
  • 13
  • 73
  • 98
Aneef
  • 3,641
  • 10
  • 43
  • 67
  • possible duplicate of [Programmatically save as PowerPoint 2007 (pptx), from PowerPoint 2003 ](http://stackoverflow.com/questions/3145396/programmatically-save-as-powerpoint-2007-pptx-from-powerpoint-2003) – Dirk Vollmar Aug 23 '10 at 10:34
  • how do i delete these thread? – Aneef Aug 23 '10 at 10:43

1 Answers1

0

Yes,

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