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 = …... 2022, 5:15am #1 I have a document (.docx) that has multiple...Python. import aspose-words as aw doc = aw.Document(path) alexey...