Extractedvalues from pdf and not able to paste values in Word

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

@Palaniyappan
@balupad14

Thanks
Ashwin S

1 Like

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

Hi @Palaniyappan

Can you please provide ur contact no

Thanks
Ashwin S

1 Like

Sure
How can I help you

Hi @Palaniyappan

I need to paste the pdf values in this word table format

How can you do it

Thanks
Ashwin S

1 Like

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