105 questions
0 votes
0 answers
28 views
How can I programmatically convert multiple CSS files located in the ui.content module of my AEM codebase into DAM assets after deployment?
I have placed a folder containing multiple CSS files inside the ui.content module and configured both filter.xml and .content.xml to deploy it to /content/dam/my-project. After deploying the codebase, ...
0 votes
1 answer
105 views
CSV file getting deleted from AEM PUBLISH on code deployment
I have created a Form using AEM component. I save the details provided by the user in a CSV file in /content/dam/... of Publish environment. While the data gets fetched properly but when the code gets ...
0 votes
1 answer
119 views
Read AEM DAM csv files using Python
I have a requirement to read data from a csv in AEM DAM environment. The data will then be processed using Python/Databricks and stored elsewhere. Is there an API or equivalent process to read this ...
0 votes
1 answer
603 views
AEM QueryBuilder Query
this is with regards to AEM DAM. I need to find out the count of original assets in specific path under /content/dam and their published status/count. Is there a query to find out ? Below is my query, ...
0 votes
1 answer
1k views
Reading and Editing Adobe XMP and IPTC Metadata from DNGs, etc
I am working on a project that involves analyzing XMP, IPTC metadata values for sets of files in a directory and modifying them under certain conditions. I wanted to get thoughts on what the cleanest ...
1 vote
0 answers
170 views
SVG support on magnolia-cms
I am having some trouble with vector images in magnolia. Not everywhere, but images that go through the imaging module, don't give a result. This makes sense to me as resizing / optimizing is what ...
0 votes
1 answer
298 views
SiteCore DAM assets not optimized
I am using sitecore DAM for assets management(images and docs). Are the images optimized? When I run lighthouse, it shows the images are not optimized. This https://docs.stylelabs.com/contenthub/4.1.x/...
0 votes
1 answer
1k views
How to wait until dam update asset workflow completes in AEM
I am using a servlet to upload images programatically through asset manager api into dam and its renditions will be created by dam update asset workflow. In the servlet response I need to return the ...
1 vote
0 answers
427 views
Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;"
Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;" but import is failing for this. Added required dependency as well for "cq-dam-...
1 vote
0 answers
2k views
try to get dc:title and dc:descrption from asset metadata using HTL and java in adobe aem
In my application, I have a path to get a pdf file from dam content in the page property part of a web page, and we have a download component trying to display the pdf file title and description if ...
0 votes
1 answer
328 views
is sitecore media library a DAM?
I'm new to sitecore and I'm slightly confused whether their sitecore digital management is also known as sitecore media library? Or is it a completely different solutions/product? We have sitecore 9.1
0 votes
1 answer
597 views
AEM 6.4 asset renditions, is it safe to remove all the rendition
I have created a custom workflow model for DAM update asset. I have kept two steps only Metadata Processor and DAM Update Asset Workflow Completed I am on 6.4 and I could see 319x319 rendition is used ...
0 votes
1 answer
377 views
Nuxeo DAM system: Get document by file:content/data
I would like to execute an (NXQL) query which would return to me the document based on the file:content/data field. I have tried several different ways of writing the query down but nothing seems to ...
1 vote
1 answer
733 views
Is it possible to search for a rendition of an image based on the dimensions via QueryBuilder API
What I would like to achieve is the following. Based on the specified dimension and an asset title I would like to find all the asset renditions which correspond to the search criteria. Currently, I ...
0 votes
0 answers
1k views
In AEM, DAM Update Asset Workflow is not getting executed for videos?
When I am uploading a mp4 mime type video in AEM, then DAM update asset workflow is not getting executed. Do anyone has idea why it is happening because when I am checking launchers then I am able to ...