SaveFormat

Overview

SaveFormat is a enum in Aspose.Slides FOSS for .NET.

Defines constants representing all supported file formats for saving a presentation.

Values

ValueDescription
PptRepresents the legacy PowerPoint binary .ppt format
PdfRepresents the Portable Document Format for exporting slides
XpsRepresents the XML Paper Specification format for slide output
PptxRepresents the modern PowerPoint Open XML .pptx format
PpsxRepresents the PowerPoint Show .ppsx format for slide shows
TiffRepresents the Tagged Image File Format for raster slide export
OdpRepresents the OpenDocument Presentation .odp format
PptmRepresents the macro-enabled PowerPoint .pptm format
Ppsm
PotxRepresents the PowerPoint Template .potx format
Potm
HtmlRepresents the HTML format for web-based slide export
SwfRepresents the Adobe Flash (SWF) format for slide animation export
OtpRepresents the OpenDocument Presentation Template .otp format
PpsRepresents the legacy PowerPoint Show .pps format
PotRepresents the legacy PowerPoint Template .pot format
FodpRepresents the Flat OpenDocument Presentation .fodp format
GifRepresents the GIF image format for slide export
Html5Represents the HTML5 format for interactive web slide presentations
MdRepresents the Markdown format for slide content export
XmlRepresents the generic XML format for slide data serialization

See Also