I am exporting my files as images (PDF) with individual namings. The files are named via documentidentifier and two possible index. The index contains "/" -> the files are automatically exported in a new folder, created by the "/" sign in the name of the file. Is there a way to stop creating a new folder and to name the file completely with "/" in it?
Export PDF Naming
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Hello Lennart,
The thing is, the "/" character is not allowed in the file names due to Microsift Filenaming Conventions:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
Please consider using another character.
Alexey
Please sign in to leave a comment.