How to add Scene7 metaData field to PDFs properties like it is available for Images? | Adobe Higher Education
Skip to main content
October 30, 2023
Respondido

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

  • October 30, 2023
  • 1 resposta
  • 940 Visualizações

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?

Este tópico foi fechado para respostas.
Melhor resposta por diksha_mishra

@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%20stage.pdf 

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 

1 Resposta

diksha_mishra
Community Advisor
Community Advisor
October 30, 2023

@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%20stage.pdf 

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 

November 1, 2023

Thanks @diksha_mishra