How to Extract Pattern data from PDF?

Hi,

I have an requirement where i have to select a certain pattern of data from PDF file . The pattern may exists in multiple pages .How to do it using Ui path?

You can to use string manipulation or Regex to extract pattern data from PDF.

You can use regex101: build, test, and debug regex and try different regular expression
and for string manipulation https://www.dotnetperls.com/string-vbnet1

Cheers!

Thanks Bharat! I will try this solution