Given that RTF files are stored in plain vanilla text, this would provide a means for some customers like me to develop further uses for the requested filter.
The help for the existing filter begins:
Code: Select all
This filter takes ALL incoming documents, opens them with Microsoft Word, and outputs them as UTF-8 text files. This can be used to process a set of Word Documents to text file format. After this filter you can add search and replace filters or any other filters you choose.
Code: Select all
This filter takes ALL incoming documents, opens them with Microsoft Word, and outputs them as (RTF) rich text files. This can be used to process a set of Word Documents to rich text file format. After this filter you can add search and replace filters or any other filters you choose.
David