How to get only particular field from pdf in UIpath

how to get only particular field from pdf in UIpath
i dont want to read the whole pdf file. i just want to take only required data from pdf

Please help

Hello @T_Y_Raju,

You need to use Read PDF activiy, get variable as output and manipulate it.

You can use Regex to get the info you need.

Hope it helps! Whatever you need tell us! :slight_smile:

Hello @T_Y_Raju

If the PDF is readable and you want to extract only a particular field , you can try using UI interactions on the PDF to extract the data.

Thanks.

Hi @T_Y_Raju

If possible can you share the sample input Pdf and Expected Output

You can try with Regex Expression

Regards
Gokul

ok i will try, i cant share the pdf do to security reasons

Hi @T_Y_Raju

Have a look on the thread to know more about regex expression

If you are facing any challenges let us know

Regards
Gokul