Class PdfConverter

Class PdfConverter

nazivni prostor: Aspose.Cells.LowCode Sastav: Aspose.Cells.dll (25.4.0)

Konverter za pretvaranje šablona datoteke u PDF.

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(String, String i String)

Konvertirati datoteku šablona u PDF.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Šablona datoteke za pretvaranje

resultFile string

Rezultatna datoteka mora biti PDF.

Process(Sljedeći članakLowCodeSaveOptions)

Konvertirati šablone datoteke u PDF

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Opcije za ulazak i punjenje

saveOptions LowCodeSaveOptions

Opcije za proizvodnju i štednju

 Hrvatski