Converter Class

Converter class

Shared facade only for most often conversion scenarios. It provides a wide range of conversions to the popular formats, such as PDF, XPS, image formats, etc. More specific conversion (rendering, saving) user cases are presented by well known and documented low level API functions.

More detailed conversion specific info you can obtain on Aspose Documentation

public static class Converter

Methods

NameDescription
static ConvertEPUB(Stream, DocSaveOptions, ICreateStreamProvider)Convert EPUB source as input stream to DOCX. Result is docx file formed by ICreateStreamProvider implementation.
static ConvertEPUB(Stream, DocSaveOptions, string)Convert EPUB source file presented by full path to DOCX. Result is docx file defined by full path.
static ConvertEPUB(Stream, ImageSaveOptions, ICreateStreamProvider)Convert epub source presented by input Stream to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(Stream, ImageSaveOptions, string)Convert EPUB source presented by data input stream. Result is file formed by output file path.
static ConvertEPUB(Stream, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by data input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Stream, PdfSaveOptions, string)Convert EPUB source presented by data input stream. Result is pdf file formed by output file path.
static ConvertEPUB(Stream, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by input Stream to xps. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(Stream, XpsSaveOptions, string)Convert epub source presented by input stream to xps. Result is xps file defined by full path.
static ConvertEPUB(string, DocSaveOptions, ICreateStreamProvider)Convert EPUB source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider implementation.
static ConvertEPUB(string, DocSaveOptions, string)Convert EPUB source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertEPUB(string, ImageSaveOptions, ICreateStreamProvider)Convert EPUB source presented by file path to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(string, ImageSaveOptions, string)Convert EPUB source presented by full file path. Result is image file formed by output file path. Image format is specified by ImageSaveOptions object.
static ConvertEPUB(string, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(string, PdfSaveOptions, string)Convert EPUB source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertEPUB(string, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by input EPUB file path to xps. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(string, XpsSaveOptions, string)Convert epub source presented by input EPUB file path to xps. Result is xps file defined by full path.
static ConvertEPUB(Url, DocSaveOptions, ICreateStreamProvider)Convert EPUB source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, DocSaveOptions, string)Convert EPUB source presented by URL. Result is docx file formed by output file path.
static ConvertEPUB(Url, ImageSaveOptions, ICreateStreamProvider)Convert epub source presented by URL to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(Url, ImageSaveOptions, string)Convert EPUB source defined by URL. Result is image file formed by output file path. Image format is specified by ImageSaveOptions object.
static ConvertEPUB(Url, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, PdfSaveOptions, string)Convert EPUB source presented by URL. Result is pdf file formed by output file path.
static ConvertEPUB(Url, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by URL to xps file defined by full path. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, XpsSaveOptions, string)Convert epub source presented by URL to xps file defined by full path. See Aspose Documentation.
static ConvertEPUB(Stream, Configuration, DocSaveOptions, ICreateStreamProvider)Convert EPUB source presented by data input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Stream, Configuration, DocSaveOptions, string)Convert EPUB source presented by data input stream. Result is docx file formed by output file path.
static ConvertEPUB(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert epub source presented by input Stream to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(Stream, Configuration, ImageSaveOptions, string)Convert EPUB source presented by data input stream. Result is image file formed by output file path. Image format is specified by ImageSaveOptions object.
static ConvertEPUB(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by data input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Stream, Configuration, PdfSaveOptions, string)Convert EPUB source presented by data input stream. Result is pdf file formed by output file path.
static ConvertEPUB(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by input Stream to xps. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(Stream, Configuration, XpsSaveOptions, string)Convert epub source presented by input Stream to xps. Result is xps file defined by full path.
static ConvertEPUB(string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert EPUB source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(string, Configuration, DocSaveOptions, string)Convert EPUB source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertEPUB(string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert epub source presented by file path to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(string, Configuration, ImageSaveOptions, string)Convert EPUB source presented by full file path. Result is image file formed by output file path. Image format is specified by ImageSaveOptions object.
static ConvertEPUB(string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(string, Configuration, PdfSaveOptions, string)Convert EPUB source presented by data input stream. Result is pdf file formed by output file path.
static ConvertEPUB(string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by input EPUB file path to xps. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(string, Configuration, XpsSaveOptions, string)Convert epub source presented by input EPUB file path to xps. Result is xps file defined by full path.
static ConvertEPUB(Url, Configuration, DocSaveOptions, ICreateStreamProvider)Convert EPUB source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, Configuration, DocSaveOptions, string)Convert EPUB source presented by URL. Result is docx file formed by output file path.
static ConvertEPUB(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert epub source presented by URL to image. Result is image file formed by implementation of ICreateStreamProvider interface.
static ConvertEPUB(Url, Configuration, ImageSaveOptions, string)Convert EPUB source defined by URL. Result is image file formed by output file path. Image format is specified by ImageSaveOptions object.
static ConvertEPUB(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert EPUB source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, Configuration, PdfSaveOptions, string)Convert EPUB source presented by URL. Result is pdf file formed by output file path.
static ConvertEPUB(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert epub source presented by URL to xps file defined by full path. Result is xps output data defined by known or custom ICreateStreamProvider interface implementation.
static ConvertEPUB(Url, Configuration, XpsSaveOptions, string)Convert epub source presented by URL to xps file defined by full path. See Aspose Documentation.
static ConvertHTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by HTMLDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(HTMLDocument, DocSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is docx file formed by output file path.
static ConvertHTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by HTMLDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(HTMLDocument, ImageSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is image file formed by output file path.
static ConvertHTML(HTMLDocument, MarkdownSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is markdown (.md) file formed by output file path.
static ConvertHTML(HTMLDocument, MHTMLSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by HTMLDocument to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(HTMLDocument, PdfSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is pdf file formed by output file path.
static ConvertHTML(HTMLDocument, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by HTMLDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(HTMLDocument, XpsSaveOptions, string)Convert HTML source presented by HTMLDocument. Result is xps file formed by output file path.
static ConvertHTML(string, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, DocSaveOptions, string)Convert HTML source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertHTML(string, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, ImageSaveOptions, string)Convert HTML source presented by full file path to image. Result is image file formed by output file path.
static ConvertHTML(string, MarkdownSaveOptions, string)Convert HTML source presented by full file path to Markdown. Result is markdown (.md) file formed by output file path.
static ConvertHTML(string, MHTMLSaveOptions, string)Convert HTML source presented by full file path to MHTML. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, PdfSaveOptions, string)Convert HTML source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertHTML(string, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(string, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, XpsSaveOptions, string)Convert HTML source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertHTML(Url, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, DocSaveOptions, string)Convert HTML source presented by URL. Result is docx file formed by output file path.
static ConvertHTML(Url, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, ImageSaveOptions, string)Convert HTML source presented by URL. Result is image file formed by output file path.
static ConvertHTML(Url, MarkdownSaveOptions, string)Convert HTML source presented by URL. Result is markdown (.md) file formed by output file path.
static ConvertHTML(Url, MHTMLSaveOptions, string)Convert HTML source presented by URL. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(Url, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, PdfSaveOptions, string)Convert HTML source presented by URL. Result is pdf file formed by output file path.
static ConvertHTML(Url, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(Url, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, XpsSaveOptions, string)Convert HTML source presented by URL. Result is xps file formed by output file path.
static ConvertHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, Configuration, DocSaveOptions, string)Convert HTML source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, Configuration, ImageSaveOptions, string)Convert HTML source presented by full file path to image. Result is image file formed by output file path.
static ConvertHTML(string, Configuration, MarkdownSaveOptions, string)Convert HTML source presented by full file path to Markdown. Result is markdown (.md) file formed by output file path.
static ConvertHTML(string, Configuration, MHTMLSaveOptions, string)Convert HTML source presented by full file path to MHTML. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, Configuration, PdfSaveOptions, string)Convert HTML source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertHTML(string, Configuration, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, Configuration, XpsSaveOptions, string)Convert HTML source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertHTML(string, string, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, DocSaveOptions, string)Convert HTML source presented by inline content. Result is docx file formed by output file path.
static ConvertHTML(string, string, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, ImageSaveOptions, string)Convert HTML source presented by inline content to image. Result is image file formed by output file path.
static ConvertHTML(string, string, MarkdownSaveOptions, string)Convert HTML source presented by inline content to Markdown. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, string, MHTMLSaveOptions, string)Convert HTML source presented by inline content to MHTML. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, string, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, PdfSaveOptions, string)Convert HTML source presented by inline content to PDF. Result is pdf file formed by output file path.
static ConvertHTML(string, string, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(string, string, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, XpsSaveOptions, string)Convert HTML source presented by inline content to XPS. Result is xps file formed by output file path.
static ConvertHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, Configuration, DocSaveOptions, string)Convert HTML source presented by URL. Result is docx file formed by output file path.
static ConvertHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, Configuration, ImageSaveOptions, string)Convert HTML source presented by URL. Result is image file formed by output file path.
static ConvertHTML(Url, Configuration, MarkdownSaveOptions, string)Convert HTML source presented by URL. Result is markdown (.md) file formed by output file path.
static ConvertHTML(Url, Configuration, MHTMLSaveOptions, string)Convert HTML source presented by URL. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, Configuration, PdfSaveOptions, string)Convert HTML source presented by URL. Result is pdf file formed by output file path.
static ConvertHTML(Url, Configuration, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(Url, Configuration, XpsSaveOptions, string)Convert HTML source presented by URL. Result is xps file formed by output file path.
static ConvertHTML(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, Configuration, DocSaveOptions, string)Convert HTML source presented by inline content. Result is docx file formed by output file path.
static ConvertHTML(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, Configuration, ImageSaveOptions, string)Convert HTML source presented by inline content to image. Result is image file formed by output file path.
static ConvertHTML(string, string, Configuration, MarkdownSaveOptions, string)Convert HTML source presented by inline content to Markdown. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, string, Configuration, MHTMLSaveOptions, string)Convert HTML source presented by inline content to MHTML. Result is mhtml (.mht) file formed by output file path.
static ConvertHTML(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, Configuration, PdfSaveOptions, string)Convert HTML source presented by inline content to PDF. Result is pdf file formed by output file path.
static ConvertHTML(string, string, Configuration, TextSaveOptions, string)Convert html document to text. Result is TXT file.
static ConvertHTML(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert HTML source presented by inline content to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertHTML(string, string, Configuration, XpsSaveOptions, string)Convert HTML source presented by inline content to XPS. Result is xps file formed by output file path.
static ConvertMarkdown(string)Convert MD (markdown) source presented by full file path to html. Result is HTMLDocument which can be saved through output file path.
static ConvertMarkdown(Stream, string)Convert MD (markdown) source presented by input stream to html. Result is HTMLDocument which can be saved through output file path.
static ConvertMarkdown(string, Configuration)Convert MD (markdown) source presented by full file path to html. Result is HTMLDocument which can be saved through output file path.
static ConvertMarkdown(string, string)Convert MD (markdown) source presented by full file path to html. Result is html file formed by output file path.
static ConvertMarkdown(Stream, string, Configuration)Convert MD (markdown) source presented by input stream to html. Result is HTMLDocument which can be saved through output file path.
static ConvertMarkdown(Stream, string, string)Convert MD (markdown) source presented by input stream to html. Result is html file formed by output file path.
static ConvertMarkdown(string, Configuration, string)Convert MD (markdown) source presented by full file path to html. Result is html file formed by output file path.
static ConvertMarkdown(Stream, string, Configuration, string)Convert MD (markdown) source presented by input stream to html. Result is html file formed by output file path.
static ConvertMHTML(Stream, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, DocSaveOptions, string)Convert MHTML source presented by input stream. Result is docx file formed by output file path.
static ConvertMHTML(Stream, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, ImageSaveOptions, string)Convert MHTML source presented by input stream to image. Result is image file formed by output file path.
static ConvertMHTML(Stream, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, PdfSaveOptions, string)Convert MHTML source presented by input stream. Result is pdf file formed by output file path.
static ConvertMHTML(Stream, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, XpsSaveOptions, string)Convert MHTML source presented by input stream. Result is xps file formed by output file path.
static ConvertMHTML(string, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, DocSaveOptions, string)Convert MHTML source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertMHTML(string, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, ImageSaveOptions, string)Convert MHTML source presented by full file path. Result is image file formed by output file path.
static ConvertMHTML(string, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, PdfSaveOptions, string)Convert MHTML source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertMHTML(string, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, XpsSaveOptions, string)Convert MHTML source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertMHTML(Url, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, DocSaveOptions, string)Convert MHTML source presented by URL. Result is docx file formed by output file path.
static ConvertMHTML(Url, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, ImageSaveOptions, string)Convert MHTML source presented by URL. Result is image file formed by output file path.
static ConvertMHTML(Url, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, PdfSaveOptions, string)Convert MHTML source presented by URL. Result is pdf file formed by output file path.
static ConvertMHTML(Url, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, XpsSaveOptions, string)Convert MHTML source presented by URL. Result is xps file formed by output file path.
static ConvertMHTML(Stream, Configuration, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, Configuration, DocSaveOptions, string)Convert MHTML source presented by input stream. Result is docx file formed by output file path.
static ConvertMHTML(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, Configuration, ImageSaveOptions, string)Convert MHTML source presented by input stream to image. Result is image file formed by output file path.
static ConvertMHTML(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, Configuration, PdfSaveOptions, string)Convert MHTML source presented by input stream. Result is pdf file formed by output file path.
static ConvertMHTML(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by input stream. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Stream, Configuration, XpsSaveOptions, string)Convert MHTML source presented by input stream. Result is xps file formed by output file path.
static ConvertMHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, Configuration, DocSaveOptions, string)Convert MHTML source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertMHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, Configuration, ImageSaveOptions, string)Convert MHTML source presented by full file path. Result is image file formed by output file path.
static ConvertMHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, Configuration, PdfSaveOptions, string)Convert MHTML source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertMHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(string, Configuration, XpsSaveOptions, string)Convert MHTML source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertMHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, Configuration, DocSaveOptions, string)Convert MHTML source presented by URL. Result is docx file formed by output file path.
static ConvertMHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, Configuration, ImageSaveOptions, string)Convert MHTML source presented by URL. Result is image file formed by output file path.
static ConvertMHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, Configuration, PdfSaveOptions, string)Convert MHTML source presented by URL. Result is pdf file formed by output file path.
static ConvertMHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert MHTML source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertMHTML(Url, Configuration, XpsSaveOptions, string)Convert MHTML source presented by URL. Result is xps file formed by output file path.
static ConvertSVG(string, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, DocSaveOptions, string)Convert SVG source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, ImageSaveOptions, string)Convert SVG source presented by full file path to image. Result is image file formed by output file path.
static ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, PdfSaveOptions, string)Convert SVG source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, XpsSaveOptions, string)Convert SVG source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertSVG(SVGDocument, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by SVGDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(SVGDocument, DocSaveOptions, string)Convert SVG source presented by SVGDocument. Result is docx file formed by output file path.
static ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by SVGDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(SVGDocument, ImageSaveOptions, string)Convert SVG source presented by SVGDocument. Result is image file formed by output file path.
static ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by SVGDocument to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(SVGDocument, PdfSaveOptions, string)Convert SVG source presented by SVGDocument to PDF. Result is pdf file formed by output file path.
static ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by SVGDocument. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(SVGDocument, XpsSaveOptions, string)Convert SVG source presented by SVGDocument. Result is xps file formed by output file path.
static ConvertSVG(Url, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, DocSaveOptions, string)Convert SVG source presented by URL. Result is docx file formed by output file path.
static ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, ImageSaveOptions, string)Convert SVG source presented by URL. Result is image file formed by output file path.
static ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, PdfSaveOptions, string)Convert SVG source presented by URL. Result is pdf file formed by output file path.
static ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, XpsSaveOptions, string)Convert SVG source presented by URL. Result is xps file formed by output file path.
static ConvertSVG(string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, Configuration, DocSaveOptions, string)Convert SVG source presented by full file path to DOCX. Result is docx file formed by output file path.
static ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, Configuration, ImageSaveOptions, string)Convert SVG source presented by full file path to image. Result is image file formed by output file path.
static ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, Configuration, PdfSaveOptions, string)Convert SVG source presented by full file path to PDF. Result is pdf file formed by output file path.
static ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by full file path to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, Configuration, XpsSaveOptions, string)Convert SVG source presented by full file path to XPS. Result is xps file formed by output file path.
static ConvertSVG(string, string, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, DocSaveOptions, string)Convert SVG source presented by inline content. Result is docx file formed by output file path.
static ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, ImageSaveOptions, string)Convert SVG source presented by inline content to image. Result is image file formed by output file path.
static ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, PdfSaveOptions, string)Convert SVG source presented by inline content to PDF. Result is pdf file formed by output file path.
static ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, XpsSaveOptions, string)Convert SVG source presented by inline content to XPS. Result is xps file formed by output file path.
static ConvertSVG(Url, Configuration, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is docx file formed by output file path.
static ConvertSVG(Url, Configuration, DocSaveOptions, string)Convert SVG source presented by URL. Result is docx file formed by output file path.
static ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, Configuration, ImageSaveOptions, string)Convert SVG source presented by URL. Result is image file formed by output file path.
static ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, Configuration, PdfSaveOptions, string)Convert SVG source presented by URL. Result is pdf file formed by output file path.
static ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by URL. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(Url, Configuration, XpsSaveOptions, string)Convert SVG source presented by URL. Result is xps file formed by output file path.
static ConvertSVG(string, string, Configuration, DocSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to DOCX. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, Configuration, DocSaveOptions, string)Convert SVG source presented by inline content. Result is docx file formed by output file path.
static ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to image. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, Configuration, ImageSaveOptions, string)Convert SVG source presented by inline content to image. Result is image file formed by output file path.
static ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to PDF. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, Configuration, PdfSaveOptions, string)Convert SVG source presented by inline content to PDF. Result is pdf file formed by output file path.
static ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convert SVG source presented by inline content to XPS. Result is output data formed by ICreateStreamProvider interface implementation.
static ConvertSVG(string, string, Configuration, XpsSaveOptions, string)Convert SVG source presented by inline content to XPS. Result is xps file formed by output file path.
static ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions)Merge template source presented by HTMLDocument with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(string, TemplateData, TemplateLoadOptions)Merge template HTML source presented by full file path with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(Url, TemplateData, TemplateLoadOptions)Merge template HTML source presented by URL with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions, string)Merge template source presented by HTMLDocument with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions)Merge template HTML source presented by full file path with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(string, string, TemplateData, TemplateLoadOptions)Merge template HTML source presented by inline content with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(string, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by full file path with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions)Merge template HTML source presented by URL with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(Url, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by URL with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by full file path with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions)Merge template HTML source presented by inline content with template data (XML, JSON). Result is new formed HTMLDocument which can be saved as file.
static ConvertTemplate(string, string, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by inline content with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by URL with template data (XML, JSON). Result is html file formed by output file path.
static ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions, string)Merge template HTML source presented by inline content with template data (XML, JSON). Result is html file formed by output file path.

See Also