Reading Multiple PDFs and Renaming File

ok so you are not using Match, but Matches, it is a collection of values you are trying to find, do you expect to find Client ID in more than one place? you could change it to Match or take the first result, like this: str_output(0).Value

yes, it can be found in other pages in the PDF. Where are you stating I should put this: str_output(0).Value ? Should it go after the filepath in the To for Move File?

Wherever you are using: str_output.ToString ou should use as str_output(0).Value

That does not work…it gives me a compiler error and tells me to change from String to Boolean…

ok, i think we are in the wrong path then, initially you had this:
image
that is the text where you should expect to have your Client ID…

Hello,

It will be great help if you can share your project. it will help me.

Regards
Kiran

Hi Donna,
Can you please share with me the project you prepared above. I have a same requiremnt.

Thanks,

I have the same project now-- PDF extraction to various pages and then rename each file. The filename is from the corresponding PDF text. Is there a way to do multiple Switch actions, each action will depend on the original filename of the PDF? hope you can me with this. thank you.