Dear team,
We are extracting images from docx, but below case its extracting formulas also how to skip formulas in below case
Source code :
String pdf;
NodeCollection shapes = interimdoc.getChildNodes(NodeType.SHAPE, …...the source document and inserts bookmark at the image position...moveTo(firstNode); // Insert bookmark. builder.startBookmark(key);...