Convert
Contents
[
Hide
]Convert class
Represents a group of methods intended to convert Presentation
.
public static class Convert
Methods
Name | Description |
---|---|
static AutoByExtension(string, string) | Converts Presentation using the passed output path extension to determine the required export format. |
static ToPdf(Presentation, string) | Converts Presentation to PDF. |
static ToPdf(string, string) | Converts Presentation to PDF. |
static ToPdf(Presentation, string, IPdfOptions) | Converts Presentation to PDF. |
static ToPdf(string, string, IPdfOptions) | Converts Presentation to PDF. |
static ToSvg(string) | Converts Presentation to SVG. |
static ToSvg(Presentation, GetOutPathCallback) | Converts Presentation to SVG. |
static ToSvg(Presentation, ISVGOptions) | Converts Presentation to SVG. |
static ToSvg(string, GetOutPathCallback) | Converts Presentation to SVG. |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | Converts Presentation to SVG. |
Other Members
Name | Description |
---|---|
delegate GetOutPathCallback |
Examples
Convert.AutoByExtension("pres.pptx", "pres.pdf");
See Also
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides