Double Quotes In Command Line And Blueprism

mcandrewe

Member
I am trying to use Nitro PDF reader via the command line from Blueprism. Information here: https://kb.gonitro.com/knowledgebase/#/search/command/000004309
"Combine PDF Files
Nitro Pro: NitroPDF.exe /m E.g.: C:\Program Files\Nitro\Pro\12>NitroPDF.exe /m C:\Users\amanenti\Desktop\test.pdf C:\Users\amanenti\Desktop\test2.pdf
You can also insert the “/INS=before|after” switch. Eg.: NitroPDF.exe /INS=before Eg2.: NitroPDF.exe /INS=after "
This is working for me when my filepath has no space. eg "C:\Users\mcandrewe\Desktop\Test.pdf"
However, it does not work when the path has spaces.
Argument
"/m" & Chr(34) & "T:\Team Shares\Blue Prism\Shared Files\Customer\Member Requests\Member Downloads\2020\04\01\Post\123456789\112233 EOB 28_05_2018.pdf" & Chr(34) & "T:\Team Shares\Blue Prism\Shared Files\Customer\Member Requests\Member Downloads\2020\04\01\Post\123456789\112234 EOB 28_05_2018.pdf"

Error:The Creation Process encountered an error. (Even though this should combine not create)
 
Top