Class PdfXls
Class PdfXls
Namn på plats: Aspose.Pdf.Plugins Församling: Aspose.PDF.dll
Representerar Aspose.Pdf.Plugins.PdfXls plugin.
public sealed class PdfXls : IPlugin, IDisposable
Inheritance
Implements
Arvsmedlemmar
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Exempel visar hur man konverterar PDF till 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()
genomförandet av IDISPOSIBLE.
public void Dispose()
Process(IPluginalternativ)
Börja behandlingen av PdfToExcel med de angivna parametrarna.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Ett alternativ objekt som innehåller instruktioner för Aspose.Pdf.Plugins.PdfXls.
Returns
En Aspose.Pdf.Plugins.ResultContainer objekt som innehåller resultatet av operationen.