How can I get data from a pdf to a particular excel template?

abc.pdf (68.0 KB) Example Data Template.xlsx (9.2 KB)
I have attached the files. Please help me out.

I tried doing something this but not able to do get any results.

Hi @Samarth_Singhal

PDF to Excel in uipath

Step 1 − First, open UiPath studio and start a new blank project.

Step 2− Now, put the pdf file from which you want to read the data in the folder of your current project. We are reading the data from following Excel file. “test.pdf” for example.

Take a activity Read PDF Text and select the excel file.

excel to pdf

excel to pdf

Step 3 − done the below activity for reading the pdf file and writing in excel.

  • Take a activity Read PDF Text and select the excel file.
  • Take a Log message.
  • Take a data table for collecting the information from PDF.
  • take write range activity for writing the all data from data table to excel.

data table filterpdf to excel

Step 4 – if you want to filter data from data table . you can filter it by using in data table as below.

data table filter

data table filter

Step 5 –After doing above process , Run the project. It will write the excel file as below in pic.

pdftoexceloutput

Cool ,
Regards,
Gulshiyaa