Hi,
How do we extract table data which are in multiple pages of pdf file into excel file.
My current solution works well but doesnt fetch any row after specific row say 100th row which is in 2nd page. But same solution works well for different pdf file which has same structure. Unable to get if there’s issue with both pdf files which has been created by some tool or my script. Though as a workaround I can process the pdf file from the row where it stopped fetching and append in same excel file but this will also fail if the row is different (where it actually stopped fetching from pdf file)
In any case what’s the best way to fetch tabular data from multiple pages into single excel file. Is it row by row or column by column data. I searched other thread but it’s not what exactly I want as part of solution.
Any quick solution will help me.
Thanks