Hi, the one written by Sergio Manciles is in fact just an update of the original written by Markus Fischer.
I've hacked at the class a bit and got it producing plain text output (instead of XML or HTML), but it doesn't handle accented characters well (they stay encoded), and it still outputs a tonne of formatting info that is going to confuse my search results.
MF's website is not available, but I've dug thru the Wayback Machine's archives and find this comment on the RTFParser class -
First of all, this class is not yet finished and I don't know if and when I'll work on it again. I didn't lost interest on it but I just started it in my spare time (and spare time got very short lately). You can view and download the source here.
It's main purpose was always to convert small sized rtf text procuded by the Microsoft richtext control they provide for Visual Basic. My testings are only based on it. So don't expect to get any useful output from a winword document. But you can use the VB application I wrote for testing; the basic styles should work (no promise tough). They VB application for testing is also available for download.
He wrote that in 2001, after the final update (by him) to the class was made.
As I need to parse RTFs created by anything, but most likely MS Word or WordPad I don't think this class will do it.