Class PdfConverter
Class PdfConverter
Der Name: Aspose.Cells.LowCode Zusammensetzung: Aspose.Cells.dll (25.4.0)
Converter für die Umwandlung von Template-Dateien in PDF.
public class PdfConverter
Inheritance
Examples
PdfConverter.Process("template.xlsx", "res.pdf");
Methods
Process(String und String)
Konvertieren Sie gegebenen Template-Datei in PDF.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
Die Template-Datei zu konvertieren
resultFile
string
Die resultierende Datei muss PDF-Datei sein.
Process(LowCodeLoadOptions, LowKodeSaveOptionen)
Umwandeln Sie die Template-Datei in PDF
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
Optionen für Eingang und Ladung
saveOptions
LowCodeSaveOptions
Optionen für Produktion und Einsparung