Class Converter

Class Converter

Tên không gian: Aspose.Html.Converters Tổng hợp: Aspose.HTML.dll (25.4.0)

Phân tích chia sẻ chỉ cho các kịch bản chuyển đổi thường xuyên nhất.Nó cung cấp một loạt các chuyển đổi sang các định dạng phổ biến, chẳng hạn như PDF, XPS, định dạng hình ảnh, vv.Các trường hợp người dùng chuyển đổi cụ thể hơn (đặt hàng, tiết kiệm) được trình bày bởi các chức năng API cấp thấp được biết đến và tài liệu.

[ComVisible(true)]
public static class Converter

Inheritance

object Converter

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

Chuyển đổiPUB(Stream, XpsSaveOptions, dòng)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, XpsSaveOptions, string)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, XpsSaveOptions, dòng)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Thẻ, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, Cài đặt, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, Thiết lập, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang xps. kết quả là tệp xps.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, DocSaveOptions, dòng)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Stream stream, DocSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, DocSaveOptions, string)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(string sourcePath, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, DocSaveOptions, dòng)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Stream stream, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(dòng, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn EPUB sang DOCX. Kết quả là file docx.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, PdfSaveOptions, dòng)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Stream stream, PdfSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, PdfSaveOptions, string)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, PdfSaveOptions, dòng)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Stream stream, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang pdf. kết quả là file pdf.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, ImageSaveOptions, dòng)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Stream stream, ImageSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, ImageSaveOptions, string)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, ImageSaveOptions, dòng)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Stream stream, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(string, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(URL, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổiPUB(Stream, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Stream stream, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(Stream, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Stream stream, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổiPUB(URL, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn epub sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(HTMLDocument, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi Aspose.Html.HTMLDocument.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, PdfSaveOptions, dòng)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(Url url, PdfSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string sourcePath, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, PdfSaveOptions, string)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

document HTMLDocument

Nguồn chuyển đổi Aspose.Html.HTMLDocument.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(Url url, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn html sang PDF. Kết quả là file pdf.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(HTMLDocument, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(url, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(Url url, Configuration configuration, MHTMLSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(string sourcePath, Configuration configuration, MHTMLSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(string content, string baseUri, MHTMLSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, MHTMLSaveOptions, string)

Chuyển đổi tài liệu html sang mhtml. kết quả là tệp mhtml.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, MHTMLSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options MHTMLSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, MarkdownSaveOptions, string)

Chuyển đổi tài liệu html sang markdown. kết quả là file md.

public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, MarkdownSaveOptions, dòng)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, MarkdownSaveOptions, string)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(Url url, Configuration configuration, MarkdownSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, MarkdownSaveOptions, string)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, MarkdownSaveOptions, string)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(string sourcePath, Configuration configuration, MarkdownSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, MarkdownSaveOptions, string)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(string content, string baseUri, MarkdownSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, MarkdownSaveOptions, string)

Chuyển đổi nguồn html sang markdown. kết quả là file md.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, MarkdownSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options MarkdownSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, XpsSaveOptions, dòng)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, XpsSaveOptions, dòng)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(Url url, XpsSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, XpsSaveOptions, string)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, XpsSaveOptions, string)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string sourcePath, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, XpsSaveOptions, string)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, XpsSaveOptions, string)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, XpsSaveOptions, string)

Chuyển đổi tài liệu html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(Url url, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(Thẻ, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, Thiết lập, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang xps. kết quả là tệp xps.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(HTMLDocument, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, ImageSaveOptions, dòng)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(Url url, ImageSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string sourcePath, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(Url url, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn html sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(HTMLDocument, TextSaveOptions, dòng)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(HTMLDocument document, TextSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, TextSaveOptions, dòng)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(Url url, TextSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, TextSaveOptions, string)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(Url url, Configuration configuration, TextSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(Thẻ, TextSaveOptions, Thẻ)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(string sourcePath, TextSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, TextSaveOptions, string)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(string sourcePath, Configuration configuration, TextSaveOptions options, string outputPath)

Parameters

sourcePath string

Html file source path. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, TextSaveOptions, string)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(string content, string baseUri, TextSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, TextSaveOptions, string)

Chuyển đổi tài liệu html sang văn bản. kết quả là tệp TXT.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, TextSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options TextSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, DocSaveOptions, dòng)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)

Parameters

document HTMLDocument

Nguồn chuyển đổi Aspose.Html.HTMLDocument.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, DocSaveOptions, dòng)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(Url url, DocSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(URL, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, DocSaveOptions, string)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string sourcePath, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường nguồn tệp HTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường nguồn tệp HTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, DocSaveOptions, string)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung HTML.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(string, string, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

content string

Inline string nội dung html.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

Chuyển đổi HTML(HTMLDocument, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

document HTMLDocument

Nguồn chuyển đổi Aspose.Html.HTMLDocument.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(Url url, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(URL, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(dòng, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường nguồn tệp HTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường nguồn tệp HTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung HTML.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

Chuyển đổi HTML(string, string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu nguồn HTML sang DOCX. Kết quả là file docx.

public static void ConvertHTML(string content, string baseUri, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string nội dung HTML.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, XpsSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, XpsSaveOptions, string)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, XpsSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Thẻ, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, Cài đặt, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, Thiết lập, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang xps. kết quả là tệp xps.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, DocSaveOptions, dòng)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, DocSaveOptions, string)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(string sourcePath, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, DocSaveOptions, dòng)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, cấu hình, DocSaveOptions, string)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Stream stream, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(dòng, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn MHTML sang DOCX. Kết quả là file docx.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, PdfSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, PdfSaveOptions, string)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, PdfSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Stream stream, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang pdf. kết quả là file pdf.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, ImageSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, ImageSaveOptions, string)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, ImageSaveOptions, dòng)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Stream stream, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(string, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(URL, cấu hình, ImageSaveOptions, string)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiMHTML(Stream, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Stream stream, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(Stream, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Stream stream, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

stream Stream

Nguồn chuyển đổi Stream

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Đường file nguồn MHTML. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiMHTML(URL, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn mhtml sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourceUrl Url

Nguồn URL

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

ConvertMarkdown(dòng, string)

Chuyển đổi nguồn Markdown sang html. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)

Parameters

stream Stream

Nguồn chuyển đổi

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

Returns

HTMLDocument

Kết quả chuyển đổi Aspose.Html.HTMLDocument.

ConvertMarkdown(Stream, string, cấu hình)

Chuyển đổi nguồn Markdown sang html. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri, Configuration configuration)

Parameters

stream Stream

Nguồn chuyển đổi

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

Returns

HTMLDocument

Kết quả chuyển đổi Aspose.Html.HTMLDocument.

ConvertMarkdown(dòng, string, string)

Chuyển đổi nguồn Markdown sang html. kết quả là tệp html.

public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

outputPath string

Hướng dẫn file output.

ConvertMarkdown(Stream, string, cấu hình, string)

Chuyển đổi nguồn Markdown sang html. kết quả là tệp html.

public static void ConvertMarkdown(Stream stream, string baseUri, Configuration configuration, string outputPath)

Parameters

stream Stream

Nguồn chuyển đổi

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

outputPath string

Hướng dẫn file output.

ConvertMarkdown(String)

Chuyển đổi nguồn Markdown sang html. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertMarkdown(string sourcePath)

Parameters

sourcePath string

Đường đến nguồn file Markdown. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

Returns

HTMLDocument

Kết quả chuyển đổi Aspose.Html.HTMLDocument.

ConvertMarkdown(string, cấu hình)

Chuyển đổi nguồn Markdown sang html. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)

Parameters

sourcePath string

Đường đến nguồn file Markdown. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

Returns

HTMLDocument

Kết quả chuyển đổi Aspose.Html.HTMLDocument.

ConvertMarkdown(Thẻ, string)

Chuyển đổi nguồn Markdown sang html. kết quả là tệp html.

public static void ConvertMarkdown(string sourcePath, string outputPath)

Parameters

sourcePath string

Đường đến nguồn file Markdown. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

outputPath string

Hướng dẫn file output.

ConvertMarkdown(string, cấu hình, string)

Chuyển đổi nguồn Markdown sang html. kết quả là tệp html.

public static void ConvertMarkdown(string sourcePath, Configuration configuration, string outputPath)

Parameters

sourcePath string

Đường đến nguồn file Markdown. nó sẽ được kết hợp với đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(SVGDocument, XpsSaveOptions, dòng)

Chuyển đổi tài liệu SVG sang xps.Result là tệp xps.

public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)

Parameters

source SVGDocument

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, XpsSaveOptions, dòng)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)

Parameters

url Url

Nguồn tài liệu URL

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

url Url

Nguồn tài liệu URL

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, XpsSaveOptions, string)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, XpsSaveOptions, string)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, cấu hình, XpsSaveOptions, string)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, XpsSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(SVGDocument document, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

document SVGDocument

Nguồn chuyển đổi

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(Thẻ, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, Thiết lập, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, cấu hình, XpsSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang xps. kết quả là tệp xps.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options XpsSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(SVGDocument, DocSaveOptions, dòng)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(SVGDocument source, DocSaveOptions options, string outputPath)

Parameters

source SVGDocument

Nguồn chuyển đổi

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, DocSaveOptions, dòng)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(Url url, DocSaveOptions options, string outputPath)

Parameters

url Url

Nguồn tài liệu URL

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

url Url

Nguồn tài liệu URL

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, DocSaveOptions, string)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string sourcePath, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, DocSaveOptions, string)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, cấu hình, DocSaveOptions, string)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, DocSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(Tài liệu SVGDocument, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(SVGDocument document, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

document SVGDocument

Nguồn chuyển đổi

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(Url url, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(dòng, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, cấu hình, DocSaveOptions, ICreateStreamProvider)

Chuyển đổi tài liệu SVG sang DOCX. Kết quả là file docx.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options DocSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(SVGDocument, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)

Parameters

source SVGDocument

Nguồn chuyển đổi

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, PdfSaveOptions, dòng)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, cấu hình, PdfSaveOptions, string)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, PdfSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(Tài liệu SVGDocument, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(SVGDocument document, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

document SVGDocument

Nguồn chuyển đổi

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Nguồn tài liệu nội dung

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, cấu hình, PdfSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang pdf. kết quả là file pdf.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options PdfSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(SVGDocument, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)

Parameters

source SVGDocument

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, ImageSaveOptions, dòng)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(URL, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(string, string, cấu hình, ImageSaveOptions, string)

Chuyển đổi tài liệu SVG sang hình ảnh. kết quả là tệp hình ảnh.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, ImageSaveOptions options, string outputPath)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

outputPath string

Hướng dẫn file output.

chuyển đổiSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(SVGDocument document, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

document SVGDocument

Nguồn chuyển đổi

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(URL, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

url Url

Tài liệu URL.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

sourcePath string

Nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

chuyển đổiSVG(string, string, cấu hình, ImageSaveOptions, ICreateStreamProvider)

Chuyển đổi nguồn SVG sang hình ảnh. kết quả là file hình ảnh.

public static void ConvertSVG(string content, string baseUri, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)

Parameters

content string

Inline string SVG nội dung.

baseUri string

URI cơ bản của tài liệu. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

options ImageSaveOptions

Các tùy chọn chuyển đổi.

provider ICreateStreamProvider

Việc thực hiện giao diện Aspose.Html.IO.ICreateStreamProvider, mà sẽ được sử dụng để có được dòng output.

ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(HTMLDocument template, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

template HTMLDocument

Nguồn: Html doc.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(URL, TemplateData, TemplateLoadOptions, dòng)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

url Url

Mẫu tài liệu nguồn URL.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(URL, cấu hình, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(Url url, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

url Url

Mẫu tài liệu nguồn URL.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(string, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(string sourcePath, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

sourcePath string

Con đường để mẫu tài liệu nguồn html. Nó sẽ được kết hợp với con đường thư mục hiện tại để tạo ra một URL tuyệt đối.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(string, cấu hình, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(string sourcePath, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

sourcePath string

Con đường để mẫu tài liệu nguồn html. Nó sẽ được kết hợp với con đường thư mục hiện tại để tạo ra một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(string, string, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(string content, string baseUrl, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

content string

Inline html template - xương.

baseUrl string

Cơ sở URI của template html. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(string, string, cấu hình, TemplateData, TemplateLoadOptions, string)

Kết hợp mẫu html với dữ liệu người dùng. kết quả là tệp html.

public static void ConvertTemplate(string content, string baseUrl, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)

Parameters

content string

Inline html template - xương.

baseUrl string

Cơ sở URI của template html. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

outputPath string

Hướng dẫn file output.

ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(HTMLDocument template, TemplateData data, TemplateLoadOptions options)

Parameters

template HTMLDocument

Nguồn: Html doc.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(URL, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options)

Parameters

url Url

Mẫu tài liệu nguồn URL.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(URL, cấu hình, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(Url url, Configuration configuration, TemplateData data, TemplateLoadOptions options)

Parameters

url Url

Mẫu tài liệu nguồn URL.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(Thẻ, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(string sourcePath, TemplateData data, TemplateLoadOptions options)

Parameters

sourcePath string

Con đường để mẫu tài liệu nguồn html. Nó sẽ được kết hợp với con đường thư mục hiện tại để tạo ra một URL tuyệt đối.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(string, cấu hình, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(string sourcePath, Configuration configuration, TemplateData data, TemplateLoadOptions options)

Parameters

sourcePath string

Con đường để mẫu tài liệu nguồn html. Nó sẽ được kết hợp với con đường thư mục hiện tại để tạo ra một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(string, string, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(string content, string baseUrl, TemplateData data, TemplateLoadOptions options)

Parameters

content string

Inline html template - xương.

baseUrl string

Cơ sở URI của template html. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

ConvertTemplate(string, string, cấu hình, TemplateData, TemplateLoadOptions)

Kết hợp mẫu html với dữ liệu người dùng. Kết quả là Aspose.Html.HTMLDocument.

public static HTMLDocument ConvertTemplate(string content, string baseUrl, Configuration configuration, TemplateData data, TemplateLoadOptions options)

Parameters

content string

Inline html template - xương.

baseUrl string

Cơ sở URI của template html. nó sẽ được kết hợp với con đường thư mục hiện tại để hình thành một URL tuyệt đối.

configuration Configuration

cấu hình môi trường.

data TemplateData

Dữ liệu để kết hợp (XML, JSON).

options TemplateLoadOptions

Merging Options đối tượng.

Returns

HTMLDocument

Kết quả chuyển đổi HTMLDocument.

 Tiếng Việt