You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very easy to create a footer by python-docx. But when I want to find and replace word in footer, I am unable to do that.
For example: I have a paragraph in footer i.e "Page 1 of 10". I want to find word "of" and replace it with "to". So my result will be "Page 1 to 10". How can I do that.