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, and POTM. All other values will raise a ValueError at runtime with the message: Export format '...' is not supported.


Values

MemberValueDescription
PPTPpt
PDFPdf
XPSXps
PPTXPptx
PPSXPpsx
TIFFTiff
ODPOdp
PPTMPptm
PPSMPpsm
POTXPotx
POTMPotm
HTMLHtml
SWFSwf
OTPOtp
PPSPps
POTPot
FODPFodp
GIFGif
HTML5Html5
MDMd
XMLXml

See Also