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…...15, 2023, 5:08am #25 runs = doc.get_child_nodes(aw.NodeType.RUN...size: doc = Document("Document.docx") for node in doc.get_child_nodes(NodeType...