SaveFormat

Overview

SaveFormat is a enum in Aspose.Slides for Python.

Constants which define the format of a saved presentation.

Values

ValueDescription
PPTRepresents the legacy PowerPoint binary (.ppt) format
PDFRepresents the Portable Document Format (.pdf) for exporting slides
XPSRepresents the XML Paper Specification (.xps) format
PPTXRepresents the modern PowerPoint Open XML (.pptx) format
PPSXRepresents the PowerPoint Show Open XML (.ppsx) format
TIFFRepresents the Tagged Image File Format (.tiff) for raster slide images
ODPRepresents the OpenDocument Presentation (.odp) format
PPTMRepresents the macro-enabled PowerPoint Open XML (.pptm) format
PPSM
POTXRepresents the PowerPoint Template Open XML (.potx) format
POTM
HTMLHTML web page format placeholder (generation capability not yet available)
SWFRepresents the Adobe Flash (.swf) format for slide animation
OTPRepresents the OpenDocument Presentation Template (.otp) format
PPS
POT
FODPRepresents the Flat OpenDocument Presentation (.fodp) format
GIFRepresents the Graphics Interchange Format (.gif) for slide images
HTML5Represents the HTML5 web format for interactive slide playback
MDRepresents the Markdown (.md) format for slide text export
XMLRepresents the generic XML (.xml) representation of a presentation

See Also