Page 1 of 1

Filter request: Convert Word documents to RTF

Posted: Tue May 07, 2019 7:23 pm
by dfhtextpipe
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:

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.
The help for the requested filter should begin:

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.
Best regards,

David

Re: Filter request: Convert Word documents to RTF

Posted: Tue May 07, 2019 7:31 pm
by dfhtextpipe
A further useful suggested filter could take us on to the next step.

RTF files as saved from Microsoft Word are rather bulky and somewhat cluttered.
Nothing of significance is lost if one uses Wordpad to open such an RTF file and resave it in RTF format.
However, the saved RTF files from Wordpad are generally much smaller and less cluttered.
They are more thus amenable to further processing.

Providing a filter to "Convert RTF files to Wordpad RTF" would be a very useful addition to the arsenal.

Likewise, "Convert Wordpad RTF to UCS-2" (again using Wordpad) would be a further bonus to the developer.

cf. UCS-2 = UTF-16 LE

Best regards,

David

Re: Filter request: Convert Word documents to RTF

Posted: Wed May 22, 2019 3:27 am
by dfhtextpipe
See earlier post: http://www.datamystic.com/forums/viewtopic.php?f=17&t=2391

Re: Filter request: Convert Word documents to RTF

Posted: Mon Jul 22, 2019 9:33 pm
by DataMystic Support
Thanks David - this is ready for TextPipe 10.9.

Re: Filter request: Convert Word documents to RTF

Posted: Mon Mar 02, 2020 9:37 pm
by dfhtextpipe
If I click on Help for this filter in the context menu for the new filter called Word documents to RTF,
it just goes to a more generalized help page entitled Filters to Apply Tab.

This seems to indicate that a proper help page is lacking for the new filter.

Hope you can fix this soon, and remember to add a suitable link under See also in the help pages for related filters.

David

Re: Filter request: Convert Word documents to RTF

Posted: Wed Mar 04, 2020 4:23 pm
by DataMystic Support
Thanks - the page is already there and works for the help button on the filter panel, just not for the filter menu. Fixed for next release