Converter.ConvertHTML
ConvertHTML(HTMLDocument, DocSaveOptions, string)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source HTMLDocument . |
options | DocSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class DocSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, DocSaveOptions, string)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(Url url, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, DocSaveOptions, string)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, DocSaveOptions, string)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string sourcePath, DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | HTML file source 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
ConvertHTML(string, Configuration, DocSaveOptions, string)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | HTML file source 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
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string HTML content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, DocSaveOptions, 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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source HTMLDocument . |
options | DocSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class HTMLDocument
- class DocSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(Url url, DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string sourcePath, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | HTML file source 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
ConvertHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | HTML file source 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
ConvertHTML(string, string, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string content, string baseUri, DocSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string HTML content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)
Convert HTML source document to DOCX. Result is docx file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
DocSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string HTML content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, PdfSaveOptions, string)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source HTMLDocument . |
options | PdfSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class PdfSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, PdfSaveOptions, string)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(Url url, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, PdfSaveOptions, string)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, PdfSaveOptions, string)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, PdfSaveOptions, string)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, PdfSaveOptions, 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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source HTMLDocument . |
options | PdfSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class HTMLDocument
- class PdfSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(Url url, PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, string, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)
Convert html source document to PDF. Result is pdf file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
PdfSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, Configuration, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(Url url, Configuration configuration, MHTMLSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, Configuration, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
MHTMLSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, string, Configuration, MHTMLSaveOptions, string)
Convert html document to mhtml. Result is mhtml file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
MHTMLSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | MHTMLSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class MHTMLSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(HTMLDocument, MarkdownSaveOptions, string)
Convert html document to markdown. Result is md file.
public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, MarkdownSaveOptions, string)
Convert html source to markdown. Result is md file.
public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, Configuration, MarkdownSaveOptions, string)
Convert html source to markdown. Result is md file.
public static void ConvertHTML(Url url, Configuration configuration, MarkdownSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, MarkdownSaveOptions, string)
Convert html source to markdown. Result is md file.
public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, Configuration, MarkdownSaveOptions, string)
Convert html source to markdown. Result is md file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
MarkdownSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, string, Configuration, MarkdownSaveOptions, string)
Convert html source to markdown. Result is md file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
MarkdownSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | MarkdownSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class MarkdownSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(HTMLDocument, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | XpsSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class XpsSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(Url url, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, XpsSaveOptions, string)
Convert html document to xps. Result is xps file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | XpsSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class HTMLDocument
- class XpsSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(Url url, XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, string, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)
Convert html source to xps. Result is xps file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
XpsSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | ImageSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class ImageSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(Url url, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, ImageSaveOptions, string)
Convert html document to image. Result is image file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | ImageSaveOptions | Conversion options. |
provider | ICreateStreamProvider | Implementation of the ICreateStreamProvider interface, which will be used to get an output stream. |
See Also
- class HTMLDocument
- class ImageSaveOptions
- interface ICreateStreamProvider
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(Url url, ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
url | Url | The document 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
ConvertHTML(string, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source 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
ConvertHTML(string, string, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options,
ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)
Convert html source to image. Result is image file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
ImageSaveOptions options, ICreateStreamProvider provider)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. 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
ConvertHTML(HTMLDocument, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(HTMLDocument document, TextSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
document | HTMLDocument | Conversion source. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(Url url, TextSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(Url, Configuration, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(Url url, Configuration configuration, TextSaveOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | The document URL. |
configuration | Configuration | The environment configuration. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(string sourcePath, TextSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, Configuration, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(string sourcePath, Configuration configuration,
TextSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Html file source path. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
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)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertHTML(string, string, Configuration, TextSaveOptions, string)
Convert html document to text. Result is TXT file.
public static void ConvertHTML(string content, string baseUri, Configuration configuration,
TextSaveOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline string html content. |
baseUri | String | The base URI of the document. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
options | TextSaveOptions | Conversion options. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class TextSaveOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML