Read Invoice values from Text file

Use Add datarow row in Datatable,It automatically adds data in correct order.
@SHAISTA

I am using that but i think it is over-writing on the values of 1st pdf.

Did you build a datatable outside forloop.

Yes, i did.

Use Add datarow inside forloop,then you should be getting correct data.It will not overwrite existing data

Use open application,Pass use default pdfreader.exe.Use for each file in folder and iterate through the files and pass that arguement in open application,then you will get different values.Your problem is everytime you are accesing the same pdf.

HI @vvaidya

I need to extract some specific data from text file but In that text file more than one elector name,fathers name, age is there how to read all values can you please provide any sample xaml