Questions tagged [dam]

Digital Asset Management is a digital asset management tool that is fully integrated with the CQ platform and enables your enterprise to share and distribute digital assets. Users across an organization can manage, store, and access images, videos, documents, audio clips, and rich media such as Flash files for use on the web, in print, and for digital distribution.

106 questions
0
votes
0 answers

how to include aem custom dam asset handler in a workflow

i followed the custom dam handler blog and was able to achieve what was mentioned in that. My requirement is that i need to get thumbnails created for Doc and Xls files when any dam asset is uploaded. I have gone through the DAM UPDATE ASSET…
0
votes
3 answers

AEM 6.X : Finding unused assets in DAM Assets

I want to write a query and test it using query debugger tool to look for the images that are not being referenced or are unused. I know we can achieve this as shown here: http://wemcode.wemblog.com/get_asset_reference_in_page But I was wondering if…
user972418
  • 817
  • 3
  • 25
  • 58
0
votes
4 answers

How can we compress images in DAM AEM6.3?

We are trying to increase the page score (google) for our website. One of the options to do this is "Image optimization". As we have a huge number of images in the DAM, how can we compress/optimize them? Does AEM have any such tool to achieve…
Sara
  • 373
  • 1
  • 12
  • 26
0
votes
1 answer

Anyone using a CMS with a DAM back-end for Asset Management?

Anyone here have any experience with using a CMS system for content and populating the site with images/assets from a DAM system? Working with a large number of assets (photos, logos, files, etc) that will be stored on a DAM system for management,…
Valien
  • 1,125
  • 2
  • 17
  • 38
0
votes
1 answer

AEM asset dam path change update automatically

Say, we give an image path from dam in a page. Later we move the image to a different path. Is there a way to automatically update the original page where the path was given, to the new path? Essentially, the page must be linked to the asset and not…
calculus
  • 87
  • 15
0
votes
1 answer

Restrict the Type of files to be upload in DAM under a specific Path in AEM 6.3

I want to restrict the types of files to be uploaded under a path. For Ex, /content/dam/test should only upload Pdf's file under it. I try to add a property mimeTypes under this node…
Shivani Garg
  • 107
  • 1
  • 7
0
votes
0 answers

Razuna (lucene) web service returns too much results

I am using a Razuna 1.7 web service to retrieve some assets but I've remarked that my web service call returns 2 results instead of one. Here is my web service call…
Vincent
  • 139
  • 1
  • 13
0
votes
2 answers

Is there a way to upload html pages into AEM DAM

We have bunch of help web pages(Static). We are just uploading to siteadmin using a third party tool. Is there a way to manage them in DAM?
Karthik
  • 71
  • 4
  • 10
0
votes
2 answers

Setting metadata to DAM assets

How can I set new metadata to all my existing DAM assets(5000 assets) in my AEM production author. AEM Environment : AEM 6.1
Ram
  • 27
  • 1
  • 1
  • 3
0
votes
1 answer

How to wait until dam update asset workflow is completed instead of thread dot sleep

In AEM CQ , I am using asset manager api to write content(images uploaded from) in dam. This triggers out of the box Dam Update Asset workflow. I require to read renditions and asset properties that would be written available once the workflow is…
akashdeep-mishra
  • 343
  • 4
  • 19
0
votes
2 answers

Add a property in the dam metadata in touch ui AEM 6.2

I have a use case. While going to DAM Asset Dialog in AEM 6.2,I want to add a property rootPath: /etc/tags/geometrixx to the tags field. I am using the concept of overlay and resourceMerger. My dialog is under this…
Shivani Garg
  • 735
  • 13
  • 37
0
votes
1 answer

Adding additional Metadata field in AEM-DAM

I want to add a custom metadata field in DAM assets, is there any way to add custom metadata apart from overlaying a workflow or writing custom workflow?
0
votes
2 answers

cq 6.0 How i can allow upload svg files to dam

I am using cq 6.0. How i can allow upload svg files to dam. When i trying, i get this. I found there, that mime type for svg is image/svg+xml. Tried to add this type to Adobe CQ Scene7 Asset MIME type Service (from /system/console/configMgr), but it…
0
votes
1 answer

Adobe AEM DAM is asset meta data accessible on the publish server

Is the metadata for Adobe AEM DAM assets accessible on Publish servers, or only on Author servers?
Ryan B
  • 1
0
votes
1 answer

Can't find the tags for a DAM Asset

I have an asset in my DAM. I reference it as resource with the following code: TagManager tagManager = resourceResolver.adaptTo(TagManager.class); Tag[] tags = tagManager.getTags(resource); log.warn(tags.length + " tags found for…
Thom
  • 14,013
  • 25
  • 105
  • 185