Hi, I am using ReFramework, each pdf file is a transaction. How do I open a new window of Notepad for every transaction and paste the pdf contents? End goal is to have multiple windows of Notepad open, each with the raw text from each pdf file
You can use the kill process and start process activities to open and close notepad. You can use the hotkey activity and pass CTRL+S on the notepad window to save it if needed. You can install the UiPath.PDF.Activities and use those activities to read the PDF contents.