Class PdfConverter

Class PdfConverter

Nama dari : Aspose.Cells.LowCode Perhitungan: Aspose.Cells.dll (25.4.0)

Converter untuk mengkonversi file template ke pdf.

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(String dan String)

Konversi file template yang diberikan ke pdf.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

File template yang harus dikonversi

resultFile string

File yang dihasilkan, itu harus file pdf.

Process(LowCodeLoadOptions dan LowKodeSave Options)

Mengkonversi file template ke pdf

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Pilihan untuk input dan loading

saveOptions LowCodeSaveOptions

Pilihan untuk output dan simpanan

 Indonesia