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

IDISPOSIBLEの実施

public void Dispose()

Process(IPluginオプション)

指定されたパラメーターで PdfToExcel 処理を開始します。

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Aspose.Pdf.Plugins.PdfXls の指示を含むオプションオブジェクト。

Returns

ResultContainer

Aspose.Pdf.Plugins.ResultContainer オブジェクトは、作業の結果を含みます。

 日本語