The following docx file contains an image. You can verify by extracting the docx as a zip and see the file image1.jpeg inside the media directory.
However, when I’m trying to fetch the image with
NodeCollection shapes = doc.getChildNodes(NodeType.SHAPE, true)
none of the shapes contains the image.
Could you please advise if there’s any other way to fetch the image?
image.zip (41.4 KB)