Hi
We have current subscription version of 17.4.0.0 version . Currently in this version, i cannot able to find TableAbsorber to read table contents from PDF. So i want to evaluate the latest version 18 to see if can read the contents of Table.
Tried following code
TableAbsorber tbl = new TableAbsorber();
tbl.Visit(pdfDocument1.Pages[2]);
But with the above query, TableList is returning empty count.
Please suggest me on this
Attaching is the sample Table content PDF.
Also please confirm if TableAbsorber is supported with 17.4.0.0 version ?
Regards,
Crimson