Class PdfXls
Class PdfXls
Името на пространството: Aspose.Pdf.Plugins Източник: Aspose.PDF.dll
Aspose.Pdf.Plugins.PdfXls.
public sealed class PdfXls : IPlugin, IDisposable
Inheritance
Implements
наследници
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()
Изпълнение на невъзможни.
public void Dispose()
Process(IPlugin опции)
Започнете обработката на PdfToExcel с посочените параметри.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Aspose.Pdf.Plugins.PdfXls.
Returns
Aspose.Pdf.Plugins.ResultContainer.