Converting Pdf table to excel

@Amit_Kumar_Charde ,

In that case, we should be able to read the PDF data using PDF Activities and apply String/Regex manipulation to get the data into a Datatable format.

Is it possible for you to provide us with the PDF document or a Sample of that PDF having the same pattern of data as the original PDF document ?

We could check if a String/Regex manipulation would be an easier approach for the pattern of PDF data that you receive.

Additionally, Could you Check with the below workflow :
PDF_To_Excel_Demo.zip (101.2 KB)

The above workflow uses another method, where we are first converting the PDF to Word Document and then extracting the tables using the Interop.Word methods.

Let us know if this works for your case or do provide us with more info on the Sample documents of your PDF data.