In order to produce a valid filename, the "rename attachment" facility in Bookends filters out the colon (:) and replaces it with the hyphen (-). For example, a string such as:
Code: Select all
A title: A subtitle
Code: Select all
A title-A subtitle.pdf
A comparative survey of filename rules across OSs appears at http://support.grouplogic.com/?p=1607. According to this source:
I do not know how Dropbox fares with cross-platform filename synchronization in every case, but the backslash certainly causes problems.The following characters are invalid as file or folder names on Windows using NTFS:
/ ? < > \ : * | ” and any character you can type with the Ctrl key
In addition to the above illegal characters the caret ^ is also not permitted under Windows Operating Systems using the FAT file system.
Thank you.