Class PdfXls

Class PdfXls

İsim alanı : Aspose.Pdf.Plugins Toplantı: Aspose.PDF.dll

Aspose.Pdf.Plugins.PdfXls eklentisini temsil eder.

public sealed class PdfXls : IPlugin, IDisposable

Inheritance

object PdfXls

Implements

IPlugin , IDisposable

mirasçı üyeleri

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

Examples

Örnek PDF’yi XLSX belgesine nasıl dönüştürüleceğini gösterir.

// 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()

Yeterli olmayan bir uygulama.

public void Dispose()

Process(IPlugin seçenekleri)

PdfToExcel işlemini belirlenen parametrelerle başlatır.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Aspose.Pdf.Plugins.PdfXls için talimatları içeren bir seçenek nesnesi.

Returns

ResultContainer

Bir Aspose.Pdf.Plugins.ResultContainer işlemi sonucu içeren bir nesne.

 Türkçe