I want to clean up unused assets from dam for my project and with the help of managed controlled processes -> /apps/acs-commons/content/manage-controlled-processes.html I can get the list of assets which are not being referenced in the pages. However if an asset is updated in the author and the page...
Hi AEM Community, I have the below requirement in our project - We want to have an AEM DAM/Assets instance which acts as the source for all other environments (DEV, Stage, Production) as well as some other portals which use some assets residing in our AEM Instance. We have come across 2 options ...
I have a custom rendition created for jpeg image in AEM and programmatically I am trying to get that rendition as a stream. I can see this rendition exist in the image node, but when I try to get it as input steam , I get null pointer exception. final Asset asset = DamUtil.resolveToAsset(resource)...
We are migrating our website from SharePoint to AEM Cloud. We also have some images hosted on SharePoint, that are used for other systems. We would like to recreate the same paths in AEM Assets, so these image will not break. Can I recreate the following path in AEM Assets? https://www.domainname...
Hi, We are trying to use the bulk import service and we want to schedule this every 10 mins. Currently this can be scheduled only to this specific time that is provided OOTB. Is there a way we can some how tweet this configurations? We have also read that this will import around 20K assets/hour. S...
I used the OOB functionality to create a custom rendition of 300*300 jpeg image as below with .jpeg extension. And the rendition is being created for an image as below as expected. The custom rendition is created as 300*300 with jpeg extension. Can someone help me figure out how I can create ...
We are using OOTB Processing Profile for watermarking of AEM Assets, however some of the assets are large and hence the watermark image is not covering the entire width and height. The issue would be resolved if I can add the watermark png position as tiled on the image. How can we Add watermark im...