Class PdfConverter

信息

将模板文件转换为PDF的转换器。

public class PdfConverter

继承

objectPdfConverter

继承的成员

示例

1PdfConverter converter = new PdfConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4PdfSaveOptions saveOptions = new PdfSaveOptions();
5saveOptions.OutputFile = "res.pdf";
6converter.Process(loadOptions, saveOptions);

构造函数

PdfConverter()

public PdfConverter()

方法

Process(LoadOptions, PdfSaveOptions)

将模板文件转换为PDF

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

参数

命名空间:Sheetize 程序集:Sheetize.dll

 中文