Hi All,
I need to extract the table from pdf’s files after that need to write the extracted table to an excel.
How can we achieve this??
thanks in advance
Hi All,
I need to extract the table from pdf’s files after that need to write the extracted table to an excel.
How can we achieve this??
thanks in advance
Hi @naveen.s
You can use the start process and assign the doc in the start process and then use the application /browser activity and give the pdf path later use the extract data table activity and extract the data table from the pdf and use that extracted data table variable in the write range workbook activity and write the data.
Regards
Use Read Pdf Text In read pdf text enable Preserve Formatting
Use Generate Datatable from Text and then write it into excel