Class PdfConverter
Class PdfConverter
Namn på plats: Aspose.Cells.LowCode Sammanfattning: Aspose.Cells.dll (25.4.0)
Konverterare för att konvertera mallfil till pdf.
public class PdfConverter
Inheritance
Examples
PdfConverter.Process("template.xlsx", "res.pdf");
Methods
Process(String och String)
Konverterar en given mallfil till pdf.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
Templatfilen som ska konverteras
resultFile
string
Den resulterande filen måste vara PDF-fil.
Process(LowCodeLoadOptions, LowKodeSaveOpsättningar)
Konverterar mallfil till pdf
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
Alternativ för input och laddning
saveOptions
LowCodeSaveOptions
Alternativ för produktion och besparing