I am using aspose words java 23.5 version
If I try to add svg image type using builder.insertImage, it fails with nullpointer exception.
We need to add shape text box and then image as our shape can have text as well a…...TEXT_BOX); Paragraph paragraph = new Paragraph(document); Run...= new Run(document, ""); paragraph.appendChild(run); shape.a...