April 13, 2020
Estimated Post Reading Time ~

Downloading Adobe Experience Manager DAM Assets using Sling Servlets and the Query Builder API

You can create an AEM Sling Servlet that uses the AEM Query Builder API to search the AEM Digital Asset Manager (DAM) and return a collection of assets within a ZIP file. The client web browser downloads the ZIP file that contains the DAM assets.

You can create a Sling Servlet that performs these tasks:
Uses the QueryBuilder API to search a specific DAM folder
Retrieves assets (for example, PNG files)
Places the assets in a ZIP file
Returns the ZIP file
The following illustration shows the use case described in this development article.

To read this development article, click http://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.