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
Пример показује како конвертовати ПДФ у КСНУМКС документ.
// 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(ИПЛУГИНОПЦИЈА)
Почиње ПдфТоЕкцел обраду са одређеним параметрима.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Објекат опција са упутствима за Aspose.Pdf.Plugins.PdfXls.
Returns
Aspose.Pdf.Plugins.ResultContainer објекат који садржи резултат операције.