Class PdfConverter

情報

テンプレートファイルをPDFに変換するコンバータ。

public class PdfConverter  

継承

object
PdfConverter

継承メンバー

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

コンストラクタ

PdfConverter()

public PdfConverter()  

メソッド

Process(LoadOptions, PdfSaveOptions)

テンプレートファイルをPDFに変換します

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)  

パラメータ

  • loadOptions LoadOptions: 入力および読み込みのオプション:
  • saveOptions PdfSaveOptions: 出力および保存のオプション

名前空間: Sheetize
アセンブリ: Sheetize.dll

 日本語