scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.35k stars 510 forks source link

How can I edit this character in the lower left corner by using pptx #823

Open zhangyuyun opened 2 years ago

zhangyuyun commented 2 years ago

How can I edit this character in the lower left corner by using ppt pptx x

mszbot commented 2 years ago

You will need to loop over all the textbox shapes and search for this text, when you find it then you can overwrite it.