Expand my Community achievements bar.

Content Automation | Asset Processing File using Creative cloud services

Avatar

Level 2

Hi,

I am looking for a minor customization of content automation add on creative operations, where I can leverage AEM workflow to read a CSV file(mapping of image and text to apply on top of PSD layers) and pass the values from the file to Asset Processing Profiles as parameters through API and apply the profile to an asset folder to create asset renditions from a PSD file. 

 

Reference : https://experienceleague.adobe.com/en/docs/experience-manager-learn/assets/content-automation/creati...

 

Can any one help me with any pointers?

 

Thanks!

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Community Advisor

@Vainavee If you are going through custom route of creating the rendition using a custom asset compute microservices application and then you can use the end point of that micro services application in the custom processing profile in AEM and assign that processing profile to a folder and test it out. Please check the below links for reference and example. 

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/manage/as... - Creating custom processing profile example

 

https://experienceleague.adobe.com/en/docs/asset-compute/using/extend/develop-custom-application  - developing the application

 

https://experienceleague.adobe.com/en/docs/asset-compute/using/extend/deploy-custom-application - deploying the application

 

Hope it helps to start exploring!