Converter.ConvertMHTML
ConvertMHTML(Stream, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, XpsSaveOptions, string)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert mhtml source to xps. Result is xps file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class Configuration
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, DocSaveOptions, string)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Stream stream, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert MHTML source to DOCX. Result is docx file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class Configuration
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, PdfSaveOptions, string)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert mhtml source to pdf. Result is pdf file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class Configuration
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Stream stream, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, ImageSaveOptions, string)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Stream stream, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
stream | Stream | Conversion source stream. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | MHTML source file path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertMHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert mhtml source to image. Result is image file.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourceUrl | Url | The source URL. |
configuration | Configuration | The environment configuration. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class Url
- class Configuration
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML