Scenario: Trying to open a pdf file with Acrobat Reader DC
Steps to reproduce: Use either Start Process or Open Application action on Acrobat Reader DC executable file and file path (with whitespaces e.g. C:\My Company\My Invoice.pdf) to an existing pdf on local disk in arguments
Current Behavior: Acrobat Reader opens, but with with “This file cannot be found message”. This works fine, if there are no white spaces in the file path though
Trying to find the problem I changed the folder name to MyCompany and removed the spaces from the file name and it worked fine. For any pdf with whistespaces in the path (no matter if the white spaces are in the folder name or file name or both), Acrobat is unable to open the file.
Oh, well. Never thought of using the file path as execulatble path … To easy to be true
Thanks, @BikashPanigrahi.
In the meantime I just resolved the problem with placing the file path in the arguments section - all I needed to do, was to place the path in another pair of double-quotes (e.g. Chr(34)+“C:\My Company\Invoice 1708057.pdf”+Chr(34)).