How to extract all data tables from PDF and save it into excel

Biologicos-ArtriteReumatoide-final.pdf (858.5 KB)

Hi, I wanna extract all the data tables available in the attached pdf and save it into an excel?

JHow can i do that?

Hi @Pankaj_Gupta , As each table has different columns you need to create a datatable for each table and extract the data and save it into table then you can write the data into excel.

Thanks for the reply @manjula_rajendran but the no. of tables are going to be different in each pdf. I wanna know how can I make a dynamic tool to extract only the tables available in the pdf. I can convert the data into text but can’t use regex as well coz i don’t have any pointers in there.