Hi,
i have one pdf file get Particular text and store in one variable then Replace in to word file. any one help to get particular text from pdf .
Thank you
Hi,
i have one pdf file get Particular text and store in one variable then Replace in to word file. any one help to get particular text from pdf .
Thank you
Hi @MD_Farhan1
You can use Regular Expressions to get the particular text from the PDF.
Use Read PDF Text activity and store the output in a variable from that you can use Regex to get that text.
Regards