Does Aspose.Words Java support inserting images in a document?

Does Aspose.Words Java support inserting images and resizing them to word 2007 format?

Can someone point to a tutorial / guide for doing that?

Hi

Thanks for your inquiry. Sure, Aspose.Words supports inserting images. You can use DocumentBuilder.insertImage method to achieve this:
https://reference.aspose.com/words/java/com.aspose.words/documentbuilder/#insertImage-java.lang.String
Best regards.