SaveFormat

Overview

SaveFormat is a enum in Aspose.Slides FOSS for C++.

Constants which define the format of a saved presentation.

Values

ValueDescription
PPTRepresents the legacy PowerPoint binary (.ppt) file format
PDFRepresents the Portable Document Format for exporting slides as PDF
XPSRepresents the XML Paper Specification format for slide export
PPTXRepresents the Open XML PowerPoint (.pptx) file format
PPSXRepresents the PowerPoint Show Open XML (.ppsx) format for slide shows
TIFFRepresents the Tagged Image File Format for saving slides as TIFF images
ODPRepresents the OpenDocument Presentation (.odp) format
PPTMRepresents the PowerPoint macro-enabled (.pptm) format
PPSM
POTXRepresents the PowerPoint template Open XML (.potx) format
POTM
HTMLRepresents the HyperText Markup Language format for slide export
SWFRepresents the Shockwave Flash format for slide export
OTPRepresents the OpenDocument Presentation Template (.otp) format
PPSRepresents the PowerPoint Show binary (.pps) format
POTRepresents the PowerPoint template binary (.pot) format
FODPRepresents the Flat OpenDocument Presentation (.fodp) XML format
GIFRepresents the Graphics Interchange Format for slide export as GIF images
HTML5Represents the HTML5 web format for interactive slide export
MDRepresents the Markdown text format for slide content export
XMLRepresents the generic XML format for slide data export

See Also