MSoffice metadata

Gary Herron gherron at islandtraining.com
Sun Jun 25 02:26:39 EDT 2006


micklee74 at hotmail.com wrote:
> hi
> is there a module in Python to extract metadata in MS office documents
> thanks
>
>   
Perhaps. OpenOffice can read and write MS office files, and OpenOffice
has an API (called UNO for Universal Network Objects) which has a Python
binding (called the Python-UNO bridge). This might (eventually) get you
what you want.

Here's a URL for it:
http://udk.openoffice.org/python/python-bridge.html

Good luck,
Gary Herron




More information about the Python-list mailing list