Class TableGenerator
TableGenerator sınıfı
Aspose.PDF TableGenerator eklentisini temsil eder.
public sealed class TableGenerator : IDisposable, IPlugin
Yapıcılar
İsim | Açıklama |
---|---|
TableGenerator() | Varsayılan yapıcı. |
Metotlar
İsim | Açıklama |
---|---|
Dispose() | IDisposable uygulaması. Aslında, TableGenerator için gerekli değildir. |
Process(IPluginOptions) | Belirtilen parametrelerle PdfGenerator işlemini başlatır. |
Örnekler
Örnek, PDF dosyasına nasıl tablo ekleyeceğini gösterir.
// create TableGenerator
var generator = new TableGenerator();
// create TableOptions object to set instructions
var opt = new TableOptions();
// add input file paths
opt.AddInput(new FileDataSource(inputPath1));
opt.AddInput(new FileDataSource(inputPath2));
// set output file path
opt.AddOutput(new FileDataSource(outputPath));
// perform extraction process
generator.Process(opt);
Ayrıca Bakınız
- arayüz IPlugin
- ad alanı Aspose.Pdf.Plugins
- derleme Aspose.PDF