Class XlsConverter
Class XlsConverter
Il nome: Aspose.Pdf.Plugins Assemblea: Aspose.PDF.dll (25.4.0)
Si tratta di Aspose.Pdf.Plugins.XlsConverter plugin.
public sealed class XlsConverter : IPlugin, IDisposable
Inheritance
Implements
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
L’esempio mostra come convertire PDF in documento XLSX.
// create XlsConverter converter
var converter = new XlsConverter();
// 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
XlsConverter()
public XlsConverter()
Methods
Dispose()
Implementazione di IDISPOSIBILE.
public void Dispose()
Process(Opzioni IPlugin)
Inizia il trattamento PdfToExcel con i parametri specificati.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Un oggetto di opzioni contenente istruzioni per Aspose.Pdf.Plugins.XlsConverter.
Returns
Un oggetto Aspose.Pdf.Plugins.ResultContainer che contiene il risultato dell’operazione.