


I had a requirement to create a zip file downloading a set of images from AEM and i used an existing rendition of an image for the same and that works and I am able to download a rendition of an image and create a zip file. I used Asset API for the same.
final Asset asset = DamUtil.resolveToAsset(assetResource);
InputStream in = asset.getRendition(DAM_THUMBNAIL).getStream();
Now there is a requirement to create a custom rendition for an image using imageprofile in AEM, that will create a rendition in scene7 server and not in AEM. i Have to include those scene7 rendition images in my zip.
Does anyone have any samples on how to call the scene7 API to download a image rendition as inputstream?
Views
Replies
Sign in to like this content
Total Likes
Hi @P_V_Nair Do you have the asset url from Scene7? If so, you can use the url to access the rendition and generate the desired output.
About User-generated content in Adobe Dynamic Media Classic | Adobe Experience Manager
Hi @P_V_Nair Do you have the asset url from Scene7? If so, you can use the url to access the rendition and generate the desired output.
About User-generated content in Adobe Dynamic Media Classic | Adobe Experience Manager