Class PdfXls

Class PdfXls

nazivni prostor: Aspose.Pdf.Plugins Sastanak: Aspose.PDF.dll

Predstavlja Aspose.Pdf.Plugins.PdfXls plugin.

public sealed class PdfXls : IPlugin, IDisposable

Inheritance

object PdfXls

Implements

IPlugin , IDisposable

naslijeđeni članovi

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

Examples

Primjer pokazuje kako pretvoriti PDF u XLSX dokument.

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

Uvođenje neprihvatljivih.

public void Dispose()

Process(IPluginopcije)

Početak obrade PdfToExcel s određenim parametrima.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Objekt opcija koji sadrži upute za Aspose.Pdf.Plugins.PdfXls.

Returns

ResultContainer

Aspose.Pdf.Plugins.ResultContainer objekt koji sadrži rezultat operacije.

 Hrvatski