Inserting Comments In Presentation Using Python
I want to add some comments in presentation file for some text-boxes. Is there any python-pptx attribute available to do that ?
Solution 1:
PowerPoint comments are not yet supported in python-pptx
. There's not really a feature request for that at the time of this writing, so you can feel free to add one if you like.
Solution 2:
Recommended reading : https://python-pptx.readthedocs.io/en/latest/user/text.html
https://python-pptx.readthedocs.io/en/latest/user/quickstart.html
Hope this helps,
Post a Comment for "Inserting Comments In Presentation Using Python"