has anybody been able to use this module to import documents such as Microsoft Word?
I need to have the ability to upload a Word document, clean/remove Word formatting and replace with proper html tagging/style.

I'm not a drupal coder, however eventually I'd love to become one!

thanks

Comments

mbutcher’s picture

There is a sample Word DOCX reader in the full QueryPath source code.

https://github.com/technosophos/querypath/blob/master/examples/docx.php

There's also a similar example for ODT (Open Document) files:

https://github.com/technosophos/querypath/blob/master/examples/odt.php

Importing them as nodes is a second step, but one for which there is plenty of documentation around Drupal.org.