JAVA generated Image to refresh in client

1
We have an image that has been generated through a JAVA call and saved to a disk location. We need to refresh it in the client and display it on a form just after the JAVA Call. So it needs to be saved to an Image entity somehow, to get it to display and refresh in the client and on the form.... Any suggestions on this?
asked
2 answers
1

Take a look at

Core.storeImageDocumentContent(context, imageDocument, inputStream, thumbnailWidth, thumbnailHeight)
answered
0

Got it to work. Thanks for all the help!

answered