Hello all,
I am using screenscraping to scrap data but i want to scrap more then 1 pdf like want to scrap from 10 pdf so here i am using for each activity to iterate each 10 pdf but screenscraping method automatically attach window so anyone can tell where i can pass currentitem variable so that iterate each pdf one by one .
use while activity condition as
counter<=pdfpagecount
here counter is int32 datatype
For pdfpagecount you need to use Get PDF Page Count activity
cheers
Here we have 2 options
- Use Read PDF Text activity inside the For each loop
Use Regular expression to extract the data from the PDF.
- Open thePDF and selecting the region of the PDF
Directory.GetFiles(Environment.CurrentDirectory+"\Input\","*.pdf")
Regards
Gokul