Class PdfConverter

Class PdfConverter

Conversor pentru a converti fișierul de șablon în PDF.
public class PdfConverter

Inheritance

object PdfConverter

Membrii moștenitori

Examples

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

Methods

Process(Opțiuni de încărcare, PdfSaveOptions)

Convertați fișierul de șablon în PDF

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

Numele spaţiului: Sheetize Întâlnirea de la Târgovişte: Sheetize.dll

 Română