Class XlsConverter
Class XlsConverter
名称: Aspose.Pdf.Plugins 合計: Aspose.PDF.dll (25.4.0)
Aspose.Pdf.Plugins.XlsConverter プラグインを表示します。
public sealed class XlsConverter : 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 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()
IDISPOSIBLEの実施
public void Dispose()
Process(IPluginオプション)
指定されたパラメーターで PdfToExcel 処理を開始します。
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Aspose.Pdf.Plugins.XlsConverter の指示を含むオプションオブジェクト。
Returns
Aspose.Pdf.Plugins.ResultContainer オブジェクトは、作業の結果を含みます。