Is there any way to use PHP (or if not, anything else) to parse, for example, a MS Word document? I just need to be able to put each paragraph of the document into the database as an individual record.
Dig around long enough and you'll find code to create a word document dynamically, it might work to use the same concepts to pull it to pieces.