I have PDF file which is having 50 pages of details in that i want to extract only all table details How should i extract. Im able to extract page1 but it is not taking table data from other pages. Any suggestions please. Thanks in advance.
Hi @Niranjan_k ,
What’s page have table
or table long in many pages
we can extract all page then use regex to get it
or in extract pdf has option by page, if you know page have table, we can use it
could you please share file?
regards
-Read PDF Text (Output: pdfText)
-Assign - Split pdfText into an array of pages based on a unique pattern or keyword
-For Each page in pdfPages
-Extract Table Data from page using regular expressions or string manipulation
-Store the extracted table data in a DataTable or another suitable data structure