I have a document (.docx) that has multiple comments. Is there a way to extract each comment text, and the text that has been commented on? For reference, looking to do this with Python.
import aspose-words as aw
doc = …...strip() + "'") dgruppo August 1, 2022, 7:45pm #9 Worked perfectly...