Convert
Contenido
[
Ocultar
]Convert class
Representa un grupo de métodos destinados a convertir Presentation
.
public static class Convert
Methods
Name | Description |
---|---|
static AutoByExtension(string, string) | Convierte Presentation utilizando la extensión de ruta de salida proporcionada para determinar el formato de exportación requerido. |
static ToPdf(Presentation, string) | Convierte Presentation a PDF. |
static ToPdf(string, string) | Convierte Presentation a PDF. |
static ToPdf(Presentation, string, IPdfOptions) | Convierte Presentation a PDF. |
static ToPdf(string, string, IPdfOptions) | Convierte Presentation a PDF. |
static ToSvg(string) | Convierte Presentation a SVG. |
static ToSvg(Presentation, GetOutPathCallback) | Convierte Presentation a SVG. |
static ToSvg(Presentation, ISVGOptions) | Convierte Presentation a SVG. |
static ToSvg(string, GetOutPathCallback) | Convierte Presentation a SVG. |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | Convierte Presentation a SVG. |
Other Members
Name | Description |
---|---|
delegate GetOutPathCallback |
Examples
Convert.AutoByExtension("pres.pptx", "pres.pdf");
See Also
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides