How can I get the document properties of a MS-Word 2010 Document using python?
with document properties i mean those who can be added or modified under FILE -> Info-> Properties-> Advanced properties (In MS-WORD 2010)
I'm using python 2.7 on windows764bit and the corresponding pywin32com version to access the doc-file...
I found the CustomProperty-object with the methods value and name witch seem to be the right thing for my purpose (http://msdn.microsoft.com/en-us/library/bb257518%28v=office.12%29.aspx)
But I dont know how to implement the class members in python...
the thing i want to do is to get manually specified properties like author, version...