Converter.ConvertMHTML

Contents
[ ]

ConvertMHTML(Stream, XpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, XpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

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

See Also


ConvertMHTML(UrlXpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, ConfigurationXpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, ConfigurationXpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationXpsSaveOptions, string)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, XpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, XpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlXpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(Stream, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsXpsSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, ConfigurationXpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    XpsSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationXpsSaveOptionsICreateStreamProvider)

Convert mhtml source to xps. Result is xps file.

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

See Also


ConvertMHTML(Stream, DocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, DocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

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

See Also


ConvertMHTML(UrlDocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, ConfigurationDocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, ConfigurationDocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationDocSaveOptions, string)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, DocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, DocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(string sourcePath, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlDocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(Stream, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsDocSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, ConfigurationDocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    DocSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationDocSaveOptionsICreateStreamProvider)

Convert MHTML source to DOCX. Result is docx file.

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

See Also


ConvertMHTML(Stream, PdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, PdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

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

See Also


ConvertMHTML(UrlPdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, ConfigurationPdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, ConfigurationPdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationPdfSaveOptions, string)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, 
    string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, PdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, PdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlPdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(Stream, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsPdfSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, ConfigurationPdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    PdfSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationPdfSaveOptionsICreateStreamProvider)

Convert mhtml source to pdf. Result is pdf file.

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

See Also


ConvertMHTML(Stream, ImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, ImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

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

See Also


ConvertMHTML(UrlImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, ConfigurationImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Stream stream, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(string, ConfigurationImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationImageSaveOptions, string)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, 
    ImageSaveOptions options, string outputPath)
ParameterTypeDescription
sourceUrlUrlThe source URL.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
outputPathStringOutput file path.

See Also


ConvertMHTML(Stream, ImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, ImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, 
    ICreateStreamProvider provider)
ParameterTypeDescription
sourceUrlUrlThe source URL.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(Stream, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(Stream stream, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
streamStreamConversion source stream.
configurationConfigurationThe environment configuration.
optionsImageSaveOptionsConversion options.
providerICreateStreamProviderImplementation of the ICreateStreamProvider interface, which will be used to get an output stream.

See Also


ConvertMHTML(string, ConfigurationImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

public static void ConvertMHTML(string sourcePath, Configuration configuration, 
    ImageSaveOptions options, ICreateStreamProvider provider)
ParameterTypeDescription
sourcePathStringMHTML source file 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


ConvertMHTML(UrlConfigurationImageSaveOptionsICreateStreamProvider)

Convert mhtml source to image. Result is image file.

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

See Also