Class PdfConverter

Class PdfConverter

Converter voor het converteren van template-bestand naar pdf.
public class PdfConverter

Inheritance

object PdfConverter

Geëerbiede leden

Examples

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

Methods

Process(LoadOptions, PdfSaveopties)

Convert template bestand naar pdf

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

De naam: Sheetize Voor de vergadering: Sheetize.dll

 Nederlands