How to open a file according to a specified path

Hi. I want to open a file according to a specified path but I didn’ t find the activities to implement this?
Can you help me? I am very new to automation.
Thank you in advance.

Hello @mjz

Welcome to the community.
What kind of file do you want to open?

1 Like

pdf file. I want to use anchor to extract data from it and it needs to keep open.

Another Approach : You can extract Data from PDF file by using Read PDF text Activity and applying the proper regex.

1 Like

Then you use Open Application to open Acrobat Reader or some other PDF reader, and pass the path to the PDF file in the Arguments property.