Pptx format specification

Hi,


What is exactly the official name of pptx format created by slides.pptx.
Is there any difference between office2007 and office2010?

Hi Leonid,


Please visit this documentation link for official name of PPTX formats. Moreover, there is no difference between Office 2007 and Office 2010 PPTX formats.

Many Thanks,

it’s not crystal clear which output is linked to which format.

In aspose.slides.export.SaveForamt there are several constants. Which of them corresponds to MS PP 2007, and MS PP 2010?

Hi Leonid,


The format supported by PowerPoint 2007/2010 in Aspose.Slides for Java are PPTX, PPSX and POTX. Secondly, i would recommend you to use PresentationEx.write() method instead of using PresentationEx.save() for saving presentations. You can simply save any presentation in above mentioned formats using PresentationEx.write() by using any of above mentioned formats. Moreover, I also like to elaborate that the above mentioned formats are used by both PowerPoint 2007 and 2010. PresentationEx has to be used to access these presentations.

Many Thanks,