Converter.ConvertHTML
ConvertHTML(HTMLDocument, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bronHTMLDocument . |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(Url url, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string sourcePath, DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Bronpad HTML-bestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Bronpad HTML-bestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string content, string baseUri, DocSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks HTML-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, DocSaveOptions, string)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class DocSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bronHTMLDocument . |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class HTMLDocument
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(Url url, DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string sourcePath, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Bronpad HTML-bestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Bronpad HTML-bestand. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string content, string baseUri, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks HTML-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)
Converteer HTML-brondocument naar DOCX. Resultaat is docx-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks HTML-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | DocSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bronHTMLDocument . |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(Url url, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, PdfSaveOptions, string)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class PdfSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bronHTMLDocument . |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class HTMLDocument
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)
HTML-brondocument converteren naar PDF. Resultaat is pdf-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | PdfSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(Url url, Configuration configuration, MHTMLSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
MHTMLSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(string content, string baseUri, MHTMLSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, MHTMLSaveOptions, string)
Converteer html-document naar mhtml. Resultaat is mhtml-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
MHTMLSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MHTMLSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class MHTMLSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, MarkdownSaveOptions, string)
Converteer html-document naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(Url url, Configuration configuration, MarkdownSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
MarkdownSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(string content, string baseUri, MarkdownSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, MarkdownSaveOptions, string)
HTML-broncode converteren naar markdown. Resultaat is md-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
MarkdownSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | MarkdownSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class MarkdownSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(Url url, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, XpsSaveOptions, string)
HTML-document converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class XpsSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class HTMLDocument
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)
HTML-broncode converteren naar xps. Resultaat is xps-bestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | XpsSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class HTMLDocument
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(Url url, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options,
string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, ImageSaveOptions, string)
HTML-document naar afbeelding converteren. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
outputPath | String | Uitvoer bestandspad. |
Zie ook
- class Configuration
- class ImageSaveOptions
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
document | HTMLDocument | Conversie bron. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class HTMLDocument
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
url | Url | De document-URL. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
sourcePath | String | Html-bestand bronpad. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML
ConvertHTML(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Converteer html-bron naar afbeelding. Resultaat is afbeeldingsbestand.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Beschrijving |
---|---|---|
content | String | Inline tekenreeks html-inhoud. |
baseUri | String | De basis-URI van het document. Het wordt gecombineerd met het huidige mappad om een absolute URL te vormen. |
configuration | Configuration | De omgevingsconfiguratie. |
options | ImageSaveOptions | Conversie opties. |
provider | ICreateStreamProvider | Implementatie van deICreateStreamProvider interface, die zal worden gebruikt om een uitvoerstroom te krijgen. |
Zie ook
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- naamruimte Aspose.Html.Converters
- montage Aspose.HTML