Hi Srinivas,In the current scenario, a quick solution would be to fetch the 3D image using JS just like making an ajax call and once the response is received in the JS, you could create a blob object with required mime-type and add the URL to the corresponding src attribute to display the image.