I am creating a local project. I have a Word doc file with name "Maßnahme3" (these are German characters). I want to convert this to a PDF file and I am trying to do this by using the <cfdocument> tag. But ColdFusion is throwing the following error:
Invalid source C:\\Maßnahme3.doc specified
Anyone have an idea why this is not working?
<cfdirectory action="list" directory="C:\" recurse="false" name="myList">and then<cfdump var="#myList#">to see what the filename looks like.