Re: MSoffice metadata

2006-06-27 Thread Roger Upole
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi > is there a module in Python to extract metadata in MS office documents > thanks > The Pywin32 package (http://sourceforge.net/projects/pywin32/) wraps the interfaces used to read and write document properties. Specifically, you can

Re: MSoffice metadata

2006-06-25 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > hi > is there a module in Python to extract metadata in MS office documents You can automate MS Office using the python win32 com extensions of Mark Hammond. They come bundled with the active-state python build, or can be obtained separately. Diez -- http://mail.py

Re: MSoffice metadata

2006-06-24 Thread Gary Herron
[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 bridg

MSoffice metadata

2006-06-24 Thread micklee74
hi is there a module in Python to extract metadata in MS office documents thanks -- http://mail.python.org/mailman/listinfo/python-list