Class PdfXls

Class PdfXls

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

يمثل مكون Aspose.Pdf.Plugins.PdfXls.

public sealed class PdfXls : IPlugin, IDisposable

الوراثة

objectPdfXls

ينفذ

IPlugin, IDisposable

الأعضاء الموروثة

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

أمثلة

توضح هذه المثال كيفية تحويل PDF إلى مستند XLSX.

// إنشاء محول PdfXLS
var converter = new PdfXLS();
// إنشاء خيارات PdfToXLS 
var opt = new PdfToXLSOptions();
// إضافة مسار الملف المدخل
opt.AddInput(new FileDataSource(inputPath));
// تعيين مسار الملف الناتج
opt.AddOutput(new FileDataSource(outputPath));
converter.Process(opt);

البناة

PdfXls()

public PdfXls()

الطرق

Dispose()

تنفيذ IDisposable.

public void Dispose()

Process(IPluginOptions)

يبدأ معالجة PdfToExcel مع المعلمات المحددة.

public ResultContainer Process(IPluginOptions options)

المعلمات

options IPluginOptions

كائن خيارات يحتوي على تعليمات لـ Aspose.Pdf.Plugins.PdfXls.

يعيد

ResultContainer

كائن Aspose.Pdf.Plugins.ResultContainer يحتوي على نتيجة العملية.

 عربي