I need to extract comments (made using the Microsoft PowerPoint comment feature) from a series of PowerPoint presentations.
The following link explains how to do it in C#:
It appears that python-pptx does not have the functionality to read/write comments from PowerPoint:
https://python-pptx.readthedocs.io/en/latest/
If such a feature exists, I can not find it in the documentation above.
Is there any way to do this?
Commentshides the detail. What would be interesting would be to dump the XML and find the elements that represent comments. Even more interesting would be to write to the pptx. The latter could almost certainly be done based on python-pptx.