Class PdfConverter

Info

Konwerter do konwersji pliku szablonu na pdf.

public class PdfConverter

Dziedziczenie

objectPdfConverter

Członkowie dziedziczeni

Przykłady

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

Konstruktory

PdfConverter()

public PdfConverter()

Metody

Process(LoadOptions, PdfSaveOptions)

Konwertuje plik szablonu na pdf

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parametry

Przestrzeń nazw: Sheetize Zestaw: Sheetize.dll

 Polski