Class PdfConverter

Info

Converter untuk mengonversi file template ke pdf.

public class PdfConverter

Pewarisan

objectPdfConverter

Anggota yang diwarisi

Contoh

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

Konstruktor

PdfConverter()

public PdfConverter()

Metode

Process(LoadOptions, PdfSaveOptions)

Mengonversi file template ke pdf

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameter

Namespace: Sheetize Assembly: Sheetize.dll

 Indonesia