PDF command line doesn't work from Power Automate

I am using the command line executable of PDFCreator in order to convert a PNG file into PDF. I have created a profile "SilentPDF" with automatic save option and using the following command line.

"C:\Program Files\PDFCreator\PDFCreator-cli.exe" PrintFile /File="C:\Users\SE\Desktop\temp\temp work\Convert File\2.png" /Profile="SilentPDF"

It works well when I open a command line and type the above command.

However, when I execute the same command from the CMD Session of a Power Automate program, it throws the following error.

Any help shall be appreciated.