MSoffice metadata

Roger Upole rupole at hotmail.com
Tue Jun 27 04:51:05 EDT 2006


<micklee74 at hotmail.com> wrote in message news:1151209771.276872.299240 at b68g2000cwa.googlegroups.com...
> 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 use pythoncom.StgOpenStorage to retrieve
an IPropertySetStorage interface.

     Roger





----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---



More information about the Python-list mailing list