Skip to content

Tag: python-docx

add content to existing docx with python-docx

I’d like to open an existing word document where I already added page numbers and just add some text and headline to it. Here’s a basic example of how I tried to accomplish my goal When I do the above mentioned with a complete fresh document everything works fine – when doing this with the a…