How can i get specific data from pdf using UIPath??
If the PDF is in read able text format, you can use Read PDF text activity which will return a string value as an output.
Using string value you can use REGEX or other string methods like substring,indexof… to get value as per your requirements.
I am having one Xaml , if your requirement is matching or similar ,please inform
Tried to explain arguments with example .
-
argInputString - Name : XYZ Contact :111111
-
If you give argFirstString - Name :
-
And argSecondString - Contact
-
hasMultipleString - If Multiple string you want , put it true , else False.
-
You will get argOutputString - XYZ
Just Check and confirm.
i have to get member detail and invoice amount, please upload your xaml , i will change accordingly…
- Use Read pdf Text activity to read pdf.
- Pass all the argument in the xaml as explained in the above reply , u will get the desired result.
GetText.xaml (9.1 KB)
Thanks bro
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.