Class PdfConverter

Class PdfConverter

Navne til: Aspose.Cells.LowCode Sammensætning: Aspose.Cells.dll (25.4.0)

Konverter til at konvertere templatefil til pdf.

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(String og String)

Konverter givet templatefil til pdf.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Formatet skal konverteres

resultFile string

Den resulterende fil, det skal være PDF-fil.

Process(LowCodeLoadOptions, LowKodeSaveOptioner)

Konverter templatefil til pdf

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Optioner til indtastning og opladning

saveOptions LowCodeSaveOptions

Optioner til produktion og besparelse

 Dansk