Class PdfXls

Class PdfXls

اسم الفضاء : Aspose.Pdf.Plugins مجمع: Aspose.PDF.dll

تمثل ملحق Aspose.Pdf.Plugins.PdfXls.

public sealed class PdfXls : IPlugin, IDisposable

Inheritance

object PdfXls

Implements

IPlugin , IDisposable

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

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

Examples

يظهر المثال كيفية تحويل PDF إلى وثيقة XLSX.

// create PdfXLS converter
var converter = new PdfXLS();
// create PdfToXLSOptions 
var opt = new PdfToXLSOptions();
// add input file path
opt.AddInput(new FileDataSource(inputPath));
// set output file path
opt.AddOutput(new FileDataSource(outputPath));
converter.Process(opt);

Constructors

PdfXls()

public PdfXls()

Methods

Dispose()

تطبيق غير قابل للتطبيق.

public void Dispose()

Process(IPluginالخيارات)

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

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

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

Returns

ResultContainer

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

 عربي