
August 8th, 2012, 06:13 AM
|
|
Registered User
|
|
Join Date: Jul 2012
Posts: 12
Time spent in forums: 4 h 37 m 41 sec
Reputation Power: 0
|
|
|
Just curious, are you attempting some automation, or is it just one time job.
Anyway, you will have use the win32 module from python and read the COM object model (from microsoft). I am sure some of those functions should help you what you need. For splitting the doc, you should be clear what defines a section, I mean there are different heading styles which are supported.
In short it is not trivial.
http://msdn.microsoft.com/en-us/library/bb244515%28v=office.12%29.aspx
|