OpenOffice Metadata Extraction

Is there a plugin/config to extract metadata from OpenOffice documents and back?

0 votes

1 answers

1654 views

ANSWER



hi !

I'm not aware of a plugin to extract metadata from OASIS document but it should'nt be too complicated as it uses XML files. You can write some code to open the file as a zip file, get the file meta.xml and parse it using SAX

Or you may be interested in a java library like jOpenDocument http://www.jopendocument.org/tutorial_metadata.html

Thierry

0 votes



And what extension point should I use to hook this new component into the document activity?
09/14/2011

no extension is intended for this But you can use a listener that will set properties on document after uploading your file
09/14/2011

Is there any sample code of such functionality that can be found in the documentation or in the actual folders of Nuxeo ?
12/29/2011