Hello to everyone! :) Currently I'm doing a process that has to download pdf attached to emails and save them in a folder. After that, I have to open each one of the pdf, find specific fields and save the pdf with the name of those fields
But I'm completely stuck in the last step: I have no idea how to make the robot go to the specific folder with the pdf saved and open each one of them (after that I will do a screen scraping/text native to find the fields I need)
Hi everyone, we all know how the world of youtuber have shaped recently and how people are driven more towards gig economy, my article reflect on this shift specially from Freshers view point. Leverage it here https://www.jobpropelo.com/2019/08/14/millenials/
But I'm completely stuck in the last step: I have no idea how to make the robot go to the specific folder with the pdf saved and open each one of them (after that I will do a screen scraping/text native to find the fields I need)
This is what it would do 1. Read email 2. Save attachment using save attachment functionality to a particular folder 3. Use a for each loop to process each of the PDF’s mentioned in the folder in step 2. 4. Read PDF With OCR 5. Save file with text using control + save option