In AEM as Cloud we have a dynamic media configuration in that we are having the URL and RES tabs for the image renditions dynamic media providing the custom domain URL. but there is no feature for the pdf documents how we can do that URL option for the document renditions ?
Currently dynamic media providing the renditions URL to images not for the documents below providing the snapshots for reference
Solved! Go to Solution.
@kautuk_sahni I was Implemented from my end
--------------------------------------------------------------------------------------
In the specific path /libs/dam/gui/content/assetdetails/jcr:content/actions. we need to overlay node to UI apps and custom action nodes and after that we can also set granite:rendercondition if you want to handle specific scenarios in order to display the button in assets tool bar. and after that dynamically we can implement our custom functionality as per requirement inside our project ClientLibs creating the JS file.
Hi @ramsaipavan
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/get-the-url-of-an-p...
How we can customize the URL button in the instance and how we can generate custom domain URL for pdf .How we can implement this is two actions URL and pop box inside custom domain URL ! same like as below
Hi,
If the URL section is missing, it is most likely because the assets are not in Dynamic Media. Check if the folders where the PDFs are located are correctly syncing with Dynamic Media. You can find more information here: Selective Publishing Management. Then, confirm if those assets were successfully processed and uploaded to Dynamic Media.
Hope this helps
@EstebanBustamante
It is sync with dynamic media here problem is how we can get the URL option for PDF's also we are having URL option for images renditions not for PDF my question is how we can achieve that? How we can author the URL button in the pdf section in assets ?
@ramsaipavan Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
@kautuk_sahni I was Implemented from my end
--------------------------------------------------------------------------------------
In the specific path /libs/dam/gui/content/assetdetails/jcr:content/actions. we need to overlay node to UI apps and custom action nodes and after that we can also set granite:rendercondition if you want to handle specific scenarios in order to display the button in assets tool bar. and after that dynamically we can implement our custom functionality as per requirement inside our project ClientLibs creating the JS file.