How to open PDF file and need to read specific name

Hi,

I need to open a pdf file which is located in specified folder , from that its need to read a name and write it to excel file. plz help

Hi @srinivasanma

1.Use start process activity pass the path where you save the pdf file.
2.use screen scrape to get name and create output variable and pass that variable to write cell.

Regards,
Kommi Jeevan.

@srinivasanma,

You can use Read PDF Text activity, if it is a machine generated PDF.

And to get the Name you can use any of the following string operations based on your need.

  1. string.Substring
  2. Regex to extract strings
  3. String.Split options
1 Like