Class PdfConverter
Class PdfConverter
اسم الفضاء : Aspose.Cells.LowCode تجميع: Aspose.Cells.dll (25.4.0)
التحويل لتحويل ملف القالب إلى PDF.
public class PdfConverter
Inheritance
Examples
PdfConverter.Process("template.xlsx", "res.pdf");
Methods
Process(ستيفن، ستيفن)
تحويل ملف نموذج معين إلى PDF.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
الملف النموذج الذي سيتم تحويله
resultFile
string
الملف الناتج ، يجب أن يكون ملف PDF.
Process(خيارات LowCodeLoadOptions)
تحويل ملف النموذج إلى PDF
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
خيارات الدخول والشحن
saveOptions
LowCodeSaveOptions
خيارات الإنتاج والادخار