How to run .Exe with parameters in UIpaht

Hi!
I am new here.
I have to make deskew a PDF file before opening it .
I want to use A-PDF DESKEW app that has a command line call possibility
*------------------

PDFDWCMD “C:\pdfs\source.pdf” “C:\pdfs\destination.pdf” -S"P@ssw0rd" -A30 -
H500 -W400 -Q90
*---------------------
How can i realise it in UIpath.
All hints are appreciated.\

1 Like

Hi, use ‘Start process’ activity
And give file path of the application as input

3 Likes

@Maryna_Shubna,

using start process activity you can pass the exe name and the arguments as well.

1 Like

Thank You GUYS !!!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.