Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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