Hi, I am trying To perform few tasks on word Document(.Docx) using python.
Find particular text and highlight it and add comment To it. It should highlight only if the text is heading/title.
Find the hyperlinks with it…...replacing import FindReplaceOptions doc = Document("Document.docx") links...links = [] for field in doc.range.fields: if field.type == FieldType...