I am testing the PDF .Net Library and trying to replace a table with a datatable in an existing pdf document and the table is not removing. I am using the sample code in the examples…
absorber.Replace(pdfDocument.Pages[2], absTable, table);
Are there any working examples to download on how to replace a table?