Need help in to build workflow suppose in a folder there are multiple number of pdf files need to capture every pdf to convert to .txt file how to execute this flow
please provide the suggestions
Need help in to build workflow suppose in a folder there are multiple number of pdf files need to capture every pdf to convert to .txt file how to execute this flow
please provide the suggestions
2.install “UiPath.pdf.Activities”
use read pdf text or read pdf with ocr(you can use ocr engine of your choice) activity
Note: if you want to keep the Data in pdf format in text file you can use preserve format in read pdf text
Regards,
Try this
Path.GetFileNameWithoutExtension(CurrentFile.ToString)+".txt"
Regards,