How to read an asset like pdf from JCR repository? | Community
Skip to main content
Mrsunilg-3z0lTX
Level 7
October 16, 2015
Solved

How to read an asset like pdf from JCR repository?

  • October 16, 2015
  • 1 reply
  • 728 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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