Class PdfConverter

Class PdfConverter

ชื่อพื้นที่: Aspose.Cells.LowCode การประชุม: Aspose.Cells.dll (25.5.0)

แปลงเพื่อแปลงไฟล์รูปแบบเป็น PDF

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(รั้ว, รั้ว)

แปลงไฟล์แบบจําลองให้เป็น PDF

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

ไฟล์ template ที่จะแปลง

resultFile string

ไฟล์ที่เกิดขึ้นจะต้องเป็นไฟล์ PDF

Process(LowCodeLoadOptions, ตัวเลือกการจัดเก็บรหัสต่ํา)

แปลงไฟล์รูปแบบเป็น PDF

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

ตัวเลือกสําหรับการเข้าและโหลด

saveOptions LowCodeSaveOptions

ตัวเลือกการผลิตและการประหยัด

 แบบไทย