SaveFormat — Aspose.Slides FOSS Python API Reference
SaveFormat — Defines formatting options for save. Inherits from: Enum.
Package: aspose.slides_foss
FOSS edition note: In this edition, only the values that have a registered exporter will succeed when passed to
Presentation.save(). Currently registered formats are:PPTX,PPTM,PPSX,PPSM,POTX, andPOTM. All other values will raise aValueErrorat runtime with the message:Export format '...' is not supported.
Values
| Member | Value | Description |
|---|---|---|
PPT | Ppt | |
PDF | Pdf | |
XPS | Xps | |
PPTX | Pptx | |
PPSX | Ppsx | |
TIFF | Tiff | |
ODP | Odp | |
PPTM | Pptm | |
PPSM | Ppsm | |
POTX | Potx | |
POTM | Potm | |
HTML | Html | |
SWF | Swf | |
OTP | Otp | |
PPS | Pps | |
POT | Pot | |
FODP | Fodp | |
GIF | Gif | |
HTML5 | Html5 | |
MD | Md | |
XML | Xml |