[EMAIL PROTECTED] 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to