SaveFormat
Overview
SaveFormat is a enum in Aspose.Slides for Python.
Constants which define the format of a saved presentation.
Values
| Value | Description |
|---|---|
PPT | Represents the legacy PowerPoint binary (.ppt) format |
PDF | Represents the Portable Document Format (.pdf) for exporting slides |
XPS | Represents the XML Paper Specification (.xps) format |
PPTX | Represents the modern PowerPoint Open XML (.pptx) format |
PPSX | Represents the PowerPoint Show Open XML (.ppsx) format |
TIFF | Represents the Tagged Image File Format (.tiff) for raster slide images |
ODP | Represents the OpenDocument Presentation (.odp) format |
PPTM | Represents the macro-enabled PowerPoint Open XML (.pptm) format |
PPSM | |
POTX | Represents the PowerPoint Template Open XML (.potx) format |
POTM | |
HTML | HTML web page format placeholder (generation capability not yet available) |
SWF | Represents the Adobe Flash (.swf) format for slide animation |
OTP | Represents the OpenDocument Presentation Template (.otp) format |
PPS | |
POT | |
FODP | Represents the Flat OpenDocument Presentation (.fodp) format |
GIF | Represents the Graphics Interchange Format (.gif) for slide images |
HTML5 | Represents the HTML5 web format for interactive slide playback |
MD | Represents the Markdown (.md) format for slide text export |
XML | Represents the generic XML (.xml) representation of a presentation |