コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Is it possible to pre-select the desired rendition before initiating the download process on the author instance

Avatar

Community Advisor

Hi All

 

Is it possible to pre-select the desired rendition before initiating the download process on the author instance? Currently, we have options to choose the renditions for download in Brand Portal,

 

Brand Portal 

kNan_0-1704348973823.png

Thanks

Kannan

 

1 受け入れられたソリューション

Avatar

正解者
Level 3

If I were to do it, I would try overlaying the resource and adding the custom JavaScript to listen to the events of the sidekick, when the rendition tab gets opened, select the desired rendition programmatically.

 

But in terms of best practices, I would restrain myself from doing such customizations unless it is very necessary.

元の投稿で解決策を見る

2 返信

Avatar

Level 2

We have the option to download all renditions together from the assets GUI as seen below, 

varun_m1_0-1704355234645.png

 

You could also use the rendition sidebar to select a rendition and download it via right clicking on the image on the right side as seen below,

varun_m1_0-1704357496491.png

 

Or else you can traverse to the file in CRXDE Lite and right click on the node " assetname.jpg/jcr:content/renditions/[desired-rendition] " and click on open. This will download your image rendition to your local.

Avatar

正解者
Level 3

If I were to do it, I would try overlaying the resource and adding the custom JavaScript to listen to the events of the sidekick, when the rendition tab gets opened, select the desired rendition programmatically.

 

But in terms of best practices, I would restrain myself from doing such customizations unless it is very necessary.