Class XlsConverter

Class XlsConverter

Названий на: Aspose.Pdf.Plugins Асамблея: Aspose.PDF.dll (25.4.0)

Завантажити Aspose.Pdf.Plugins.XlsConverter

public sealed class XlsConverter : IPlugin, IDisposable

Inheritance

object XlsConverter

Implements

IPlugin , IDisposable

Нападні члени

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

Приклад показує, як конвертувати PDF в документ 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()

Виконання ідентифікації.

public void Dispose()

Process(IPluginOptions)

Розпочато обробку PdfToExcel з зазначеними параметрами.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Об’єкт варіантів, що містить інструкції для Aspose.Pdf.Plugins.XlsConverter.

Returns

ResultContainer

Об’єкт Aspose.Pdf.Plugins.ResultContainer, що містить результат операції.

 Українська