Class PdfXls
Class PdfXls
Pôvodný názov: Aspose.Pdf.Plugins Spoločnosť: Aspose.PDF.dll
Predstavuje Aspose.Pdf.Plugins.PdfXls plugin.
public sealed class PdfXls : IPlugin, IDisposable
Inheritance
Implements
Z dedičných členov
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Príklad ukazuje, ako previesť PDF do dokumentu 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()
Vykonávanie IDISPOSIBLE.
public void Dispose()
Process(IPluginopcie)
Začína sa spracovanie PdfToExcel s špecifikovanými parametrami.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Objekt možností, ktorý obsahuje pokyny pre Aspose.Pdf.Plugins.PdfXls.
Returns
Aspose.Pdf.Plugins.ResultContainer objekt obsahujúci výsledok operácie.