Class PdfXls
Class PdfXls
Navne til: Aspose.Pdf.Plugins Anmeldelse af: Aspose.PDF.dll
Det repræsenterer Aspose.Pdf.Plugins.PdfXls plugin.
public sealed class PdfXls : IPlugin, IDisposable
Inheritance
Implements
De arvede medlemmer
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Eksemplet viser, hvordan man konverterer PDF til 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()
Udførelse af IDISPOSIBLE.
public void Dispose()
Process(IPluginoptioner)
Start PdfToExcel-behandling med de angivne parametre.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Et alternativ objekt, der indeholder instruktioner for Aspose.Pdf.Plugins.PdfXls.
Returns
En Aspose.Pdf.Plugins.ResultContainer objekt, der indeholder resultatet af operationen.