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 = …... import aspose-words as aw doc = aw.Document(path) alexey.noskov...see the following code: doc = aw.Document("C:\\Temp\\in.docx")...