I’m trying to save a word document as PDF using Save Document as PDF activity.
However, I keep getting RuntimeExcutionError: illegal characters in path.
I am using a normal path such as “C:\Users\Desktop\folder_name\file_name.pdf”.
What might be the issue here? I tried multiple paths with no luck.
@Anil_G Thank you so much, it worked. However, I have another question, how can I use a dynamic path? such as the following: "Folder_Name" + Variable_Name + “\File_Name.pdf”. I tried this and it didn’t work as it throws the same error