Class PdfConverter

Class PdfConverter

Konverter til at konvertere templatefil til pdf.
public class PdfConverter

Inheritance

object PdfConverter

De arvede medlemmer

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.OutputFile = "res.pdf";
PdfConverter.Process(loadOptions, saveOptions);

Methods

Process(Optioner, PdfSaveOptions)

Konverter templatefil til pdf

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

Navne til: Sheetize Mødet af forsamlingen: Sheetize.dll

 Dansk