Is it possible to open a local pdf file?

Hi,
I am getting a error bellow when I was trying to open a local pdf file. Is it possible?
Thanks in advanced,
Leonardo
openPDFfile

You want to use XRun or XrunAndWait to a batch file, PowerShell or Python script, etc and have the command in there to open the PDF. Open is for opening URL’s

https://ui.vision/rpa/docs/xrun

1 Like

Hi,
I’ve used the XRUN command with a Python script to open the local PDF file and it was OK. Thank you.

But when I’ve tried to use the OCRExtractRelative on this file / page. I’ve got the following error message:
“Not able to take screenshot on the current tab”.

I’ve read some messages in the Forum, but the error persist.

pdf1
pdf3

The local PDF file opened on the browser:

pdf2

Hello,

Have you found a solution? I’m dealing with the same problem.