How To Modify Custom.xml Within Docx Using Python
I've been using python-docx to programmatically change parts of a word document (*.docx) that needs to be updated monthly. My problem now lies with editing custom properties in the
Solution 1:
This functionality hasn't been implemented yet. There's a feature request open for it and one user has done some work on it you can find linked to from there.
https://github.com/python-openxml/python-docx/issues/91
I think this would require using his fork, so you might not get all the latest features, depending on the version the fork is based on.
Post a Comment for "How To Modify Custom.xml Within Docx Using Python"