Class PdfConverter

Class PdfConverter

Konvertor pre konverziu šablóny súboru do PDF.
public class PdfConverter

Inheritance

object PdfConverter

Z dedičných členov

Examples

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

Methods

Process(Prehľad, PdfSaveOptions)

Konvertovať šablóny súboru do PDF

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

Pôvodný názov: Sheetize Zhromaždenie sa uskutočnilo: Sheetize.dll

 Slovenčina