Forum Moderators: phranque
A site I run receives .doc files which are uploaded the site. I need a script (or even just a .exe that I can locally run) that will convert word files into plain .txt files. Formatting is not an issue, and is not needed. The .txt files will be used as raw data for the site search engine and other purposes.
Im sure some of you are thinking why dont I just use word and do a bit of copy and pasting. Well, tonnes of .doc s are submitted every day and I have to make this as automated as possible.
Any suggestions greatly appreciated?
Preferably looking for something free... And open source...
Perhaps you should consider asking people to upload in rtf format. You can view rtf files in notepad (I think) so designing your own filter should be straightforward. Also, finding such a filter may be easier.
Maybe you should repost in forum13.
Maybe you should Google rtf perl.
Kaled.