Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/22/23
    Dear Team, I've a requirement where the existing asset share common search functionality to be overridden.Instead of token based search, needs a 'startswith' search. For example: if file name is abcdef_xyz.jpeg , if the user enter abc or abcd, I should get the result. I created a servlet for the que...

    Views

    278

    Likes

    0

    Replies

    1
  • 11/21/23
    i need to add email address from all child nodes that are having, to the parent node but I'm unable to replicate my changes . my changes are not reflcting in the aem node . this is the code I'm using . ive installed the folder node from the package manager.package com.cni.cq.dam.ui.contactsheet.serv...

    Views

    544

    Likes

    0

    Replies

    7
  • 11/20/23
    Hi All, I am doing upload asset through below service and written below code.  import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.util.Base64; import java.util.HashMap; import java.util.Map; import or...

    Views

    271

    Likes

    0

    Replies

    2
  • 11/17/23
    hi all, I'm trying to get image DPI from dynamic media using java apiIt is possible usinghttps://scene7.com/is/image/client/image?req=props,json I need to get image props using scene7 api, think I found api that I need but need code examples, can't figure out from the doc how to create proper call.T...

    Views

    447

    Likes

    0

    Replies

    6
  • 11/15/23
    Hi Team, We are trying to download assets programmatically from DAM in their original form. We had tried AssetDownloadService -available in Java, for downloading but assets are getting downloaded in zipped folder which is not the requirement in our case. We are using AEM 6.5 and it is on premise. Ki...

    Views

    295

    Likes

    0

    Replies

    2
  • 11/15/23
    Created a Content Fragment Model and used a Content Reference data type. The "Accept only specified content types" is set to Image. When using the model to create a Content Fragment, it works to select typical image types such as PNG, JPG and SVG. However if a SVG is selected the GraphQL query does ...

    Views

    328

    Likes

    0

    Replies

    2
  • 11/14/23
    Is smart tagging in AEM used to give tags for the already available assets in DAM or only for the future assets which are to be added.What are the benefits of adding smart tags. Can anyone guide.  

    Views

    450

    Likes

    0

    Replies

    4
  • 11/13/23
    Unable to see any of the dynamic or smart crop activities even after connecting to dynamic media. Connection was successful as I can edit or crop and rotate but don't see any type of renditions on the left hand side timeline options.  

    Views

    183

    Likes

    0

    Replies

    1
  • 11/10/23
    Hello!First a little background. I am serving up a Scene7 asset that is made up of two layers, a base image and a play button. The base image layer is a smart crop whose width and height are being constrained by the image preset (1200 x 500). This image preset is also handling the layering of the ba...

    Views

    472

    Likes

    0

    Replies

    6
  • 11/9/23
    We have been trying to restrict PDF documents upload to Dynamic Media (from AEM 6.5 integrated) without any success. On manual upload and publish, things look good - only images are sent to DM, not PDFs. But fails programmatically. Any ideas anyone?

    Views

    304

    Likes

    0

    Replies

    2