Class Converter
内容
[
隐藏
]Converter class
Shared facade 仅适用于最常见的转换场景。 它提供了对流行格式的广泛转换,如 PDF、XPS、图像格式等。 更具体的转换(渲染、保存)用户案例由知名人士提供并记录了低级 API 函数.
public static class Converter
方法
姓名 | 描述 |
---|---|
static ConvertEPUB(Stream, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Stream, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Stream, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Stream, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Stream, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Stream, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Stream, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Stream, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(string, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(string, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(string, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(string, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(string, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(string, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(string, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(string, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Url, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Url, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Url, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Url, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Url, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Url, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Url, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Url, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Stream, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Stream, Configuration, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Stream, Configuration, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Stream, Configuration, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Stream, Configuration, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(string, Configuration, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(string, Configuration, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(string, Configuration, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(string, Configuration, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Url, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Url, Configuration, DocSaveOptions, string) | 将 EPUB 源转换为 DOCX。结果是 docx 文件. |
static ConvertEPUB(Url, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Url, Configuration, ImageSaveOptions, string) | 将 epub 源转换为图像。结果是图像文件. |
static ConvertEPUB(Url, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Url, Configuration, PdfSaveOptions, string) | 将 epub 源转换为 pdf。结果是 pdf 文件. |
static ConvertEPUB(Url, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertEPUB(Url, Configuration, XpsSaveOptions, string) | 将 epub 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(HTMLDocument, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(HTMLDocument, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(HTMLDocument, MarkdownSaveOptions, string) | 将 html 文档转换为 markdown。结果是 md 文件. |
static ConvertHTML(HTMLDocument, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(HTMLDocument, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(HTMLDocument, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(string, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(string, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(string, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(string, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(Url, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(Url, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(Url, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(Url, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(Url, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(Url, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(Url, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(Url, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(Url, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(Url, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, Configuration, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(string, Configuration, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(string, Configuration, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(string, Configuration, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, Configuration, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, Configuration, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, string, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, string, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, string, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(string, string, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(string, string, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(string, string, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(string, string, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, string, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, string, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, string, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(Url, Configuration, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(Url, Configuration, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(Url, Configuration, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(Url, Configuration, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(Url, Configuration, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(Url, Configuration, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, string, Configuration, DocSaveOptions, string) | 将 HTML 源文档转换为 DOCX。结果是 docx 文件. |
static ConvertHTML(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为图像。结果是图像文件. |
static ConvertHTML(string, string, Configuration, ImageSaveOptions, string) | 将 html 文档转换为图像。结果是图像文件. |
static ConvertHTML(string, string, Configuration, MarkdownSaveOptions, string) | 将 html 源代码转换为 markdown。结果是 md 文件. |
static ConvertHTML(string, string, Configuration, MHTMLSaveOptions, string) | 将 html 文档转换为 mhtml。结果是 mhtml 文件. |
static ConvertHTML(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, string, Configuration, PdfSaveOptions, string) | 将 html 源文档转换为 PDF。结果是 pdf 文件. |
static ConvertHTML(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 html 源代码转换为 xps。结果是 xps 文件. |
static ConvertHTML(string, string, Configuration, XpsSaveOptions, string) | 将 html 文档转换为 xps。结果是 xps 文件. |
static ConvertMarkdown(string) | 将 Markdown 源代码转换为 html。结果是HTMLDocument . |
static ConvertMarkdown(Stream, string) | 将 Markdown 源代码转换为 html。结果是HTMLDocument . |
static ConvertMarkdown(string, Configuration) | 将 Markdown 源代码转换为 html。结果是HTMLDocument . |
static ConvertMarkdown(string, string) | 将 Markdown 源代码转换为 html。结果是 html 文件. |
static ConvertMarkdown(Stream, string, Configuration) | 将 Markdown 源代码转换为 html。结果是HTMLDocument . |
static ConvertMarkdown(Stream, string, string) | 将 Markdown 源代码转换为 html。结果是 html 文件. |
static ConvertMarkdown(string, Configuration, string) | 将 Markdown 源代码转换为 html。结果是 html 文件. |
static ConvertMarkdown(Stream, string, Configuration, string) | 将 Markdown 源代码转换为 html。结果是 html 文件. |
static ConvertMHTML(Stream, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Stream, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Stream, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Stream, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Stream, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Stream, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Stream, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Stream, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(string, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(string, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(string, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(string, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(string, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(string, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(string, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(string, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Url, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Url, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Url, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Url, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Url, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Url, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Url, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Url, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Stream, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Stream, Configuration, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Stream, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Stream, Configuration, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Stream, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Stream, Configuration, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Stream, Configuration, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(string, Configuration, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(string, Configuration, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(string, Configuration, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(string, Configuration, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Url, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Url, Configuration, DocSaveOptions, string) | 将 MHTML 源代码转换为 DOCX。结果是 docx 文件. |
static ConvertMHTML(Url, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Url, Configuration, ImageSaveOptions, string) | 将 mhtml 源转换为图像。结果是图像文件. |
static ConvertMHTML(Url, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Url, Configuration, PdfSaveOptions, string) | 将 mhtml 源转换为 pdf。结果是 pdf 文件. |
static ConvertMHTML(Url, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertMHTML(Url, Configuration, XpsSaveOptions, string) | 将 mhtml 源代码转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(string, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(SVGDocument, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(SVGDocument, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(SVGDocument, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(SVGDocument, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(SVGDocument, XpsSaveOptions, string) | 将 svg 文档转换为 xps。结果是 xps 文件。 |
static ConvertSVG(Url, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(Url, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(Url, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(Url, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(Url, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, Configuration, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(string, Configuration, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, Configuration, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, Configuration, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, string, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, string, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(string, string, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, string, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, string, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(Url, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(Url, Configuration, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(Url, Configuration, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(Url, Configuration, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(Url, Configuration, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, string, Configuration, DocSaveOptions, ICreateStreamProvider) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, string, Configuration, DocSaveOptions, string) | 将 SVG 文档转换为 DOCX。结果是 docx 文件. |
static ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider) | 将 svg 源转换为图像。结果是图像文件. |
static ConvertSVG(string, string, Configuration, ImageSaveOptions, string) | 将 svg 文档转换为图像。结果是图像文件. |
static ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, string, Configuration, PdfSaveOptions, string) | 将 svg 源转换为 pdf。结果是 pdf 文件. |
static ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertSVG(string, string, Configuration, XpsSaveOptions, string) | 将 svg 源转换为 xps。结果是 xps 文件. |
static ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(string, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(Url, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(string, string, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(string, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(Url, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions) | 将 html 模板与用户数据合并。结果是HTMLDocument . |
static ConvertTemplate(string, string, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |
static ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions, string) | 将 html 模板与用户数据合并。结果是 html 文件. |