Class PdfConverter

Class PdfConverter

التحويل لتحويل ملف القالب إلى PDF.
public class PdfConverter

Inheritance

object PdfConverter

الأعضاء الموروثين

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.OutputFile = "res.pdf";
PdfConverter.Process(loadOptions, saveOptions);

Methods

Process(تحميل الخيارات , PdfSaveOptions)

تحويل ملف النموذج إلى PDF

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

  • loadOptions LoadOptions : خيارات الدخول والشحن:
  • saveOptions PdfSaveOptions : خيارات الإنتاج والادخار

اسم الفضاء : Sheetize مجلس النواب : Sheetize.dll

 عربي