Hi Team,
I am using Aspose.PDF TableAbsorber to read Tables .i attach the below PDF Can’t read as Single Table in PDF.
This is sample PDF.pdf (409.9 KB)
Thanks and Regards,
Vijayanathan444
Hi Team,
I am using Aspose.PDF TableAbsorber to read Tables .i attach the below PDF Can’t read as Single Table in PDF.
This is sample PDF.pdf (409.9 KB)
Thanks and Regards,
Vijayanathan444
We used below code snippet to test the case with 23.5 version and API was able to retrieve one table:
var absorber = new TableAbsorber();
absorber.Visit(page);
var tables = absorber.TableList
.Where(t => t.RowList.Count > 1)
.ToList();
Console.WriteLine($"Page {page.Number} - Retrieved {tables.Count} tables");
Can you please try to use the latest version of the API and let us know in case you still notice any issues?
Hi Team,
I am using 23.5 version but it reads Also an Two table in PDF. i added the Below Attachments.
image.png (19.2 KB)
image.png (19.2 KB)
Thanks And Regards
Vijayanathan444
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-54680
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.