Hi Team
Extractedvalues from pdf and not able to paste values in Word
Extracted values from pdf through regex but not able to paste values in Word
Please help
Thanks
Ashwin S
Hi Team
Extractedvalues from pdf and not able to paste values in Word
Extracted values from pdf through regex but not able to paste values in Word
Please help
Thanks
Ashwin S
Check this below code, @ashwinsrini88
StrVariable = System.Text.RegularExpressions.Regex.Matches(“InputStr”,“Your regex expression”)(0).Tostring .
Hi @Manish540
I have extracted the values i need to paste the values in appropriate position in word document
Thanks
Ashwin S
Hi
Did we check with this thread buddy
Cheers @ashwinsrini88
Sure
How can I help you
I need to paste the pdf values in this word table format
How can you do it
Thanks
Ashwin S
Sure
If it’s a word document
—then use this activity to replace with the set bookmark content activity
https://docs.uipath.com/activities/docs/word-set-bookmark-content
Or if it’s a pdf then convert that to a word doc file and same steps with the above activity
Cheers @ashwinsrini88