Exraction of multiple pdfs to excel

I need to extract multiple pdfs data to excel.
i have used Directory.GetFiles(“directory path”,“*.PDF”)
If we have same kind of structured pdfs how can i populate data in excel in the form of table.

Have you used the PDF activities? GetFiles will simply just get the files but not extract the data.

You should be able to use the PDF activities to extract the information and then use that to create information in an Excel file.

RD

Yes i have used in foreach to read the data and add to data table
Read pdf

What will be the best method to handle dynamic data in the same structured pdfs.
so that i can make best soln for same structured pdfs

i have data in 1 pdf like
NO. & SEQUENCE OF ORIGINAL B/L’s
0 Of Zero
CONTACT MARIA EMMA DE
ALMEIDA
EMAIL ADDRESS
MARIA.EMMA@PACKTEC.COM.BR
PHONE
NUMBER 019-3881-7400 FAX
REF #: 4682459

and the other 1 is like

NO. & SEQUENCE OF ORIGINAL B/L’s
0 Of Zero
REF #: 4612462

I need to fetch ref# in 1 soln .What process i can follow.
Pls suggest me