Class XlsConverter

Class XlsConverter

اسم الفضاء : Aspose.Pdf.Plugins تجميع: Aspose.PDF.dll (25.4.0)

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

public sealed class XlsConverter : IPlugin, IDisposable

Inheritance

object XlsConverter

Implements

IPlugin , IDisposable

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

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

Examples

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

// create XlsConverter converter
var converter = new XlsConverter();
// 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

XlsConverter()

public XlsConverter()

Methods

Dispose()

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

public void Dispose()

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

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

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

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

Returns

ResultContainer

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

 عربي