Converter.ConvertHTML

Contents
[ ]

ConvertHTML(HTMLDocumentDocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source HTMLDocument.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlDocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(Url url, DocSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationDocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, DocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string sourcePath, DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHTML file source path. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationDocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHTML file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, DocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string HTML content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationDocSaveOptions, string)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentDocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentHTMLDocumentConversion source HTMLDocument.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlDocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(Url url, DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlConfigurationDocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, DocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHTML file source path. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHTML file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, DocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string HTML content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert HTML source document to DOCX. Result is docx file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string HTML content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(HTMLDocumentPdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source HTMLDocument.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlPdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(Url url, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationPdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, PdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string sourcePath, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationPdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, PdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationPdfSaveOptions, string)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentPdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentHTMLDocumentConversion source HTMLDocument.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlPdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlConfigurationPdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, PdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, PdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert html source document to PDF. Result is pdf file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(HTMLDocumentMHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlMHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationMHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(Url url, Configuration configuration, MHTMLSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, MHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationMHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    MHTMLSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, MHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(string content, string baseUri, MHTMLSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationMHTMLSaveOptions, string)

Convert html document to mhtml. Result is mhtml file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    MHTMLSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsMHTMLSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentMarkdownSaveOptions, string)

Convert html document to markdown. Result is md file.

public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options, 
    string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlMarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationMarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(Url url, Configuration configuration, MarkdownSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, MarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationMarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    MarkdownSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, MarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(string content, string baseUri, MarkdownSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationMarkdownSaveOptions, string)

Convert html source to markdown. Result is md file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    MarkdownSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsMarkdownSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentXpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlXpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(Url url, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationXpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, XpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(string sourcePath, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationXpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, XpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationXpsSaveOptions, string)

Convert html document to xps. Result is xps file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentXpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlXpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlConfigurationXpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, XpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, XpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert html source to xps. Result is xps file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(HTMLDocumentImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(Url url, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(string sourcePath, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationImageSaveOptions, string)

Convert html document to image. Result is image file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(HTMLDocumentImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(UrlConfigurationImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, ImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, ImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(string, string, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert html source to image. Result is image file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertHTML(HTMLDocumentTextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(HTMLDocument document, TextSaveOptions options, string outputPath)
ParameterTypeDescription
documentHTMLDocumentConversion source.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlTextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(Url url, TextSaveOptions options, string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(UrlConfigurationTextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(Url url, Configuration configuration, TextSaveOptions options, 
    string outputPath)
ParameterTypeDescription
urlUrlThe document URL.
configurationConfigurationThe environment configuration.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, TextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(string sourcePath, TextSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, ConfigurationTextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(string sourcePath, Configuration configuration, 
    TextSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringHtml file source path. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, TextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(string content, string baseUri, TextSaveOptions options, 
    string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertHTML(string, string, ConfigurationTextSaveOptions, string)

Convert html document to text. Result is TXT file.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, 
    TextSaveOptions options, string outputPath)
ParameterTypeDescription
contentStringInline string html content.
baseUriStringThe base URI of the document. It will be combined with the current directory path to form an absolute URL.
configurationConfigurationThe environment configuration.
optionsTextSaveOptionsConversion options.
outputPathStringOutput file path.

See Also