


Hi,
1. Is it possible to generate thumbnail for word documents and excel without writing any custom workflow/servlet?
2. I have modified the update asset workflow to generate custom rendition of thumbnails (Added thumbnail arguments 120:120:false under Thumbnail process step). But when I upload image under rendition tabs in DAM, I do not see my custom thumbnail rendition getting generated. Is there a way to generate custom thumbnail rendition when we upload image manually.
Regards,
Ruben Fernando
Views
Replies
Sign in to like this content
Total Likes
Refer the Below url to write a DAM Handler for creating the thumbnails for as asset.Updating the Dam Handler url as above URL is leading to 404(page not found).
https://docs.adobe.com/docs/en/cq/5-6-1/dam/dam_media_handlers.html
Refer the below article for creating a different renditions of an image by editing the Thumbnail Creation Step in Dam Update Asset Workflow.
Views
Replies
Sign in to like this content
Total Likes
To generate a thumbnail for these assets - you need to write a DAM Handler. Within the handler - you can use DAM APIs (com.day.cq.dam.api) to create a thumbnail. To get you up and running with how to write a custom DAM Handler for AEM - see this article:
Creating a Custom AEM Dam Media Handler
Hope this helps...
Views
Replies
Sign in to like this content
Total Likes
Is there a way to generate custom thumbnail rendition when we upload image manually from rendition tab in DAM?
Views
Replies
Sign in to like this content
Total Likes
Refer the Below url to write a DAM Handler for creating the thumbnails for as asset.Updating the Dam Handler url as above URL is leading to 404(page not found).
https://docs.adobe.com/docs/en/cq/5-6-1/dam/dam_media_handlers.html
Refer the below article for creating a different renditions of an image by editing the Thumbnail Creation Step in Dam Update Asset Workflow.
Views
Replies
Sign in to like this content
Total Likes