I want to extract the tables from pdf in such a way that the tables present in pdf expand to multiple pages and the new similar table starts from the current page(the page in which the earlier table is ending) and this continues to let’s say 10 pages with 8 tables expanding to multiple pages.
How can I extract the table content according to the ending of a table on whichever page it expands to, I want to split the pdf so that in the above case I have 8 separate pdfs according to the tables.
The pdf contains the table of similiar type like for example:
All the tables have 7 rows and 2 columns:
Table starting with:
Name Gaurav
.
.
.
Position SDE
And suppose this table ends in second page. The next table is starting from second page only. Again like:
Name Kumar
.
.
.
Position SDE2