Hi Team,
There is a need to show the pdf from scene 7 URL instead of AEM dam URL. Images on the website are loading from Scene7 which are available in AEM dam (showing in the attached image). How to achieve same for PDFs?
Solved! Go to Solution.
Views
Replies
Total Likes
@Leo_0390 Here are the steps you need to be able to render pdfs:
1. Allow PDF upload from AEM to Dynamic Media- go to CRXDE>
/conf/global/settings/cloudconfigs/dmscene7/jcr:content/mimeTypes/application_pdf
enabled=true
2. Upload PDFs and publish them to generate URLs like: https://honeywell.scene7.com/is/content/Honeywell65Stage/edam/test%2Dassets/documents/PDF%20Test%20s...
Please note: images are served using is/image format, and PDFs are served using is/content format.
3. For displaying custom metadata in your asset properties page, please modify the Metadata Schema (get in touch with your company's developer to use existing customization for PDFs).
More info here: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/master-files/pdfs.html?lang=en
@Leo_0390 Here are the steps you need to be able to render pdfs:
1. Allow PDF upload from AEM to Dynamic Media- go to CRXDE>
/conf/global/settings/cloudconfigs/dmscene7/jcr:content/mimeTypes/application_pdf
enabled=true
2. Upload PDFs and publish them to generate URLs like: https://honeywell.scene7.com/is/content/Honeywell65Stage/edam/test%2Dassets/documents/PDF%20Test%20s...
Please note: images are served using is/image format, and PDFs are served using is/content format.
3. For displaying custom metadata in your asset properties page, please modify the Metadata Schema (get in touch with your company's developer to use existing customization for PDFs).
More info here: https://experienceleague.adobe.com/docs/dynamic-media-classic/using/master-files/pdfs.html?lang=en
Thanks @diksha_mishra
Views
Likes
Replies