Filter request: Convert Word documents to RTF
Posted: Tue May 07, 2019 7:23 pm
Seeing as TextPipe already has a filter to Convert Word documents to text, it should be relatively easy to add a further similar filter to Convert Word documents to RTF.
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:
The help for the requested filter should begin:
Best regards,
David
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