Class PdfConverter

Class PdfConverter

Pôvodný názov: Aspose.Cells.LowCode Zhromaždenie: Aspose.Cells.dll (25.4.0)

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

public class PdfConverter

Inheritance

object PdfConverter

Examples

PdfConverter.Process("template.xlsx", "res.pdf");

Methods

Process(Stringová, Stringová)

Konvertovať daný šablóny súbor do PDF.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Šablóna súboru, ktorý sa má konvertovať

resultFile string

Výsledný súbor musí byť PDF.

Process(LowCodeLoadOptions, LowKódSavoptions)

Konvertovať šablóny súboru do PDF

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Možnosti vstupu a nabíjania

saveOptions LowCodeSaveOptions

Možnosti výnosu a úspory

 Slovenčina