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, …...intermediate document to where shape will be imported to. Document itermDoc...itermDoc = (Document)interimdoc.deepClone(false); // use section...