Class PdfConverter

Class PdfConverter

Tên không gian: Aspose.Cells.LowCode Tổng hợp: Aspose.Cells.dll (25.4.0)

Chuyển đổi để chuyển đổi tệp mẫu sang PDF.

public class PdfConverter

Inheritance

object PdfConverter

Examples

PdfConverter.Process("template.xlsx", "res.pdf");

Methods

Process(Thẻ, string)

Chuyển đổi các tập tin mẫu cho PDF.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Tệp template để được chuyển đổi

resultFile string

Tệp kết quả, nó phải là PDF file.

Process(Tùy chọn LowCodeLoadOptions)

Chuyển đổi file template sang pdf

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Các tùy chọn để nhập và tải

saveOptions LowCodeSaveOptions

Lựa chọn sản xuất và tiết kiệm

 Tiếng Việt