Class PdfConverter

Info

Konverter zum Konvertieren von Vorlagendateien in PDF.

public class PdfConverter

Vererbung

objectPdfConverter

Vererbte Mitglieder

Beispiele

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

Konstruktoren

PdfConverter()

public PdfConverter()

Methoden

Process(LoadOptions, PdfSaveOptions)

Konvertiert Vorlagendatei in PDF

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameter

Namespace: Sheetize Assembly: Sheetize.dll

 Deutsch