Hello team.
We encountered an issue when converting a given SVG image to EMF and inserting into empty Word document.
The sample code for conversion is as following:
private static byte[] convertSvgImageToEmf(final Str…...insertHtml(svg, false); // get the Shape that was added by the SVG (and...image) Shape shape = (Shape) tmpDoc.getChild(NodeType.SHAPE, 0,...