Class PdfConverter

Info

Konvertor pro převod souboru šablony do pdf.

public class PdfConverter

Dědičnost

objectPdfConverter

Děděné členy

Příklady

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()

Metody

Process(LoadOptions, PdfSaveOptions)

Převádí soubor šablony do pdf

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parametry

Namespace: Sheetize Assembly: Sheetize.dll

 Čeština