Class PdfConverter
Class PdfConverter
التحويل لتحويل ملف القالب إلى PDF.
public class PdfConverter
Inheritance
الأعضاء الموروثين
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
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