Converter.ConvertMHTML
ConvertMHTML(Stream, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, XpsSaveOptions, string)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
Mhtml-Quellcode in xps umwandeln. Das Ergebnis ist eine xps-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | XpsSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, DocSaveOptions, string)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class DocSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Stream stream, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)
MHTML-Quelle in DOCX konvertieren. Ergebnis ist eine docx-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | DocSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, PdfSaveOptions, string)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in PDF umwandeln. Ergebnis ist eine PDF-Datei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | PdfSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Stream stream, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, ImageSaveOptions, string)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
outputPath | String | Pfad der Ausgabedatei. |
Siehe auch
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Stream stream, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Conversion-Quellstream. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourcePath | String | Pfad der MHTML-Quelldatei. Er wird mit dem aktuellen Verzeichnispfad zu einer absoluten URL kombiniert. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML
ConvertMHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
Mhtml-Quelle in Bild umwandeln. Ergebnis ist Bilddatei.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Typ | Beschreibung |
---|---|---|
sourceUrl | Url | Die Quell-URL. |
configuration | Configuration | Die Umgebungskonfiguration. |
options | ImageSaveOptions | Konvertierungsoptionen. |
provider | ICreateStreamProvider | Umsetzung derICreateStreamProvider Schnittstelle, die verwendet wird, um einen Ausgabestrom zu erhalten. |
Siehe auch
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namensraum Aspose.Html.Converters
- Montage Aspose.HTML