Convert
Contenu
[
Cacher
]Convert class
Représente un groupe de méthodes destinées à convertirPresentation
.
public static class Convert
Méthodes
Nom | La description |
---|---|
static AutoByExtension(string, string) | convertitPresentation en utilisant l’extension de chemin de sortie transmise pour déterminer le format d’exportation requis. |
static ToPdf(Presentation, string) | convertitPresentation au format PDF. |
static ToPdf(string, string) | convertitPresentation au format PDF. |
static ToPdf(Presentation, string, IPdfOptions) | convertitPresentation au format PDF. |
static ToPdf(string, string, IPdfOptions) | convertitPresentation au format PDF. |
static ToSvg(string) | convertitPresentation à SVG. |
static ToSvg(Presentation, GetOutPathCallback) | convertitPresentation à SVG. |
static ToSvg(Presentation, ISVGOptions) | convertitPresentation à SVG. |
static ToSvg(string, GetOutPathCallback) | convertitPresentation à SVG. |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | convertitPresentation à SVG. |
Autres membres
Nom | La description |
---|---|
delegate GetOutPathCallback |
Exemples
Convert.AutoByExtension("pres.pptx", "pres.pdf");
Voir également
- espace de noms Aspose.Slides.LowCode
- Assemblée Aspose.Slides