Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

How to add Scene7 metaData field to PDFs properties like it is available for Images?

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@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