Convert
Inhalt
[
Ausblenden
]Convert class
Repräsentiert eine Gruppe von Methoden, die konvertiert werden sollenPresentation
.
public static class Convert
Methoden
Name | Beschreibung |
---|---|
static AutoByExtension(string, string) | konvertiertPresentation Verwenden Sie die übergebene Ausgabepfaderweiterung, um das erforderliche Exportformat zu bestimmen. |
static ToPdf(Presentation, string) | konvertiertPresentation zu PDF. |
static ToPdf(string, string) | konvertiertPresentation zu PDF. |
static ToPdf(Presentation, string, IPdfOptions) | konvertiertPresentation zu PDF. |
static ToPdf(string, string, IPdfOptions) | konvertiertPresentation zu PDF. |
static ToSvg(string) | konvertiertPresentation zu SVG. |
static ToSvg(Presentation, GetOutPathCallback) | konvertiertPresentation zu SVG. |
static ToSvg(Presentation, ISVGOptions) | konvertiertPresentation zu SVG. |
static ToSvg(string, GetOutPathCallback) | konvertiertPresentation zu SVG. |
static ToSvg(Presentation, GetOutPathCallback, ISVGOptions) | konvertiertPresentation zu SVG. |
Andere Mitglieder
Name | Beschreibung |
---|---|
delegate GetOutPathCallback |
Beispiele
Convert.AutoByExtension("pres.pptx", "pres.pdf");
Siehe auch
- namensraum Aspose.Slides.LowCode
- Montage Aspose.Slides