Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to read an asset like pdf from JCR repository?

Avatar

Level 7

Hi,
Can anyone tell me how do I read an asset like stored pdf from JCR repository.
I want to download the stored pdf on my system by invoking a webservice from JCR repository?

Regards
Sunil

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can write an AEM servlet that retrieves the PDF-A/PDF from the JCR and has app logic to place it into a zip and download. See

https://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can write an AEM servlet that retrieves the PDF-A/PDF from the JCR and has app logic to place it into a zip and download. See

https://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html