Filter request: Convert Word documents to RTF

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Filter request: Convert Word documents to RTF

Post 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
David
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Re: Filter request: Convert Word documents to RTF

Post 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
David
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Re: Filter request: Convert Word documents to RTF

Post by dfhtextpipe »

See earlier post: http://www.datamystic.com/forums/viewtopic.php?f=17&t=2391
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Filter request: Convert Word documents to RTF

Post by DataMystic Support »

Thanks David - this is ready for TextPipe 10.9.
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

Re: Filter request: Convert Word documents to RTF

Post 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
David
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Filter request: Convert Word documents to RTF

Post 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
Post Reply