Screenscraping56


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 .

@Madhu_Maurya

use while activity condition as

counter<=pdfpagecount

here counter is int32 datatype

For pdfpagecount you need to use Get PDF Page Count activity

cheers

Hi @Madhu_Maurya

Here we have 2 options

  1. Use Read PDF Text activity inside the For each loop

Use Regular expression to extract the data from the PDF.

  1. Open thePDF and selecting the region of the PDF
Directory.GetFiles(Environment.CurrentDirectory+"\Input\","*.pdf")

image

Regards
Gokul