Class PdfConverter

Class PdfConverter

名称: Aspose.Cells.LowCode 收集: Aspose.Cells.dll (25.4.0)

将模板文件转换为PDF。

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(字符串, string)

将数据模板文件转换为PDF。

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

要转换的模板文件

resultFile string

结果文件,必须是PDF文件。

Process(LowCodeLoadOptions,低代码保留选项)

将模板文件转换为PDF

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

输入和加载的选项

saveOptions LowCodeSaveOptions

生产和储蓄的选项

 中文