Page 1 of 1

Read and write docx files in Python

Posted: February 17th, 2011, 6:25 pm
by Cynet
Hi All,I need to open a docx file in Python, modify the content, and write it to a new docx file. Anyone knows how to handle this issue?Thank you.

Read and write docx files in Python

Posted: February 17th, 2011, 11:14 pm
by Hansi
MSWORD com object:

Read and write docx files in Python

Posted: February 18th, 2011, 3:57 am
by Cynet
Thanks, Hansi