Active
Project:
QueryPath
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2011 at 14:38 UTC
Updated:
26 Aug 2011 at 19:00 UTC
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
Comment #1
mbutcher commentedThere 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.