i have a pdf in which there is a table(not a datatable) .From that table i need to extract items.
Using the get text value i can extract the items from each column for the 1st row. Then making the selector dynamic for each item, I can get values for items in the subsequent rows but How do i form the loop for this ?
Can you try with data scrapping ?
data scraping is not working . It usually works in web ,but this is pdf , it is not able to extract.
let me try & come back
any luck?
Yes I managed to loop it using the enumberable element in the for each loop .
did you manage to extract elements of table from a PDF ? i cant extract them using anchor base(find element, get Text).
Any suggestions ?