Hello,
How can I extract text from shapes and text boxes within a word document and insert these as paragraphs next to these shapes/text boxes in the document?
I would like to use Aspose.Words for Python via .NET....words as aw # Load the document doc = aw.Document("path/to/your/document...shape in doc.get_child_nodes(aw.NodeType.SHAPE, True): if shape...