Hello,
I have been using cpdf to generate Password protected PDF via a macro.
It works great, except for for files containing special characters. Those can't seems to work with the Alteryx Command tool, but have to be handled manually via the Windows Command Tool.
for example : in Alteryx I use the following command :
' "Z:\XXX\cpdf.exe" ' + ' -encrypt AES " " "test" -i '+ ' " Z\XXX\Calmîc forecast.pdf " ' + ' -o ' + ' " Z:\XXX\Calmîc forecast.pdf " '
and when it opens the opens the Command tool, Calmîc becomes Calm-c, or something like that.
I guess It has to do with Alteryx having issues with that kind of special characters, because when I do it manually directly into the Windows Command Tool it works.
Any idea if I can make Alteryx read those kind of characters with the Command Tool?
Thanks !