How to extract table in PDF file

Hi @minal.patil

You have to create two datatables…one which you will use while extracting the data and another datatable which you will use to merge all the datat you retreived from each page into one datatable using merge datatable action

So main dt is where ypur final all pages data will be present and the other dt will be the datatable where you will extract each page in loop

Cheers