Class PdfXls
Class PdfXls
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Mewakili plugin Aspose.Pdf.Plugins.PdfXls.
public sealed class PdfXls : IPlugin, IDisposable
Pewarisan
Mengimplementasikan
Anggota yang Dwarisi
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Contoh
Contoh ini menunjukkan cara mengonversi PDF ke dokumen XLSX.
// buat konverter PdfXLS
var converter = new PdfXLS();
// buat PdfToXLSOptions
var opt = new PdfToXLSOptions();
// tambahkan jalur file input
opt.AddInput(new FileDataSource(inputPath));
// atur jalur file output
opt.AddOutput(new FileDataSource(outputPath));
converter.Process(opt);
Konstruktor
PdfXls()
public PdfXls()
Metode
Dispose()
Implementasi dari IDisposable.
public void Dispose()
Process(IPluginOptions)
Memulai pemrosesan PdfToExcel dengan parameter yang ditentukan.
public ResultContainer Process(IPluginOptions options)
Parameter
options
IPluginOptions
Objek opsi yang berisi instruksi untuk Aspose.Pdf.Plugins.PdfXls.
Mengembalikan
Objek Aspose.Pdf.Plugins.ResultContainer yang berisi hasil dari operasi.