Convert
Contenu
[
Cacher
]Classe Convert
Représente un groupe de méthodes destinées à convertir Presentation
.
public static class Convert
Méthodes
Nom | Description |
---|---|
static AutoByExtension(string, string) | Convertit Presentation en utilisant l’extension de chemin de sortie passée pour déterminer le format d’exportation requis. |
static ToPdf(Presentation, string) | Convertit Presentation en PDF. |
static ToPdf(string, string) | Convertit Presentation en PDF. |
static ToPdf(Presentation, string, IPdfOptions) | Convertit Presentation en PDF. |
static ToPdf(string, string, IPdfOptions) | Convertit Presentation en PDF. |
static ToSvg(string) | Convertit Presentation en SVG. |
static ToSvg(Presentation, GetOutPathCallback) | Convertit Presentation en SVG. |
static ToSvg(Presentation, ISVGOptions) | Convertit Presentation en SVG. |
static ToSvg(string, GetOutPathCallback) | Convertit Presentation en SVG. |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | Convertit Presentation en SVG. |
Autres Membres
Nom | Description |
---|---|
delegate GetOutPathCallback |
Exemples
Convert.AutoByExtension("pres.pptx", "pres.pdf");
Voir Aussi
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides