


I have a requirement to download pdf files using internal pdftoolkit from AEM DAM. I was unable to get the below dependency in my custom servlet.
com.adobe.internal.pdftoolkit.pdf.document.PDFDocument
I have used below reference blog
AEM Version - 6.5.2
It would be great if you could help here.
Thanks,
Kiran
Views
Replies
Sign in to like this content
Total Likes
Hi,
As mentioned in the reference link, the jar is not available at adobe or maven repo, but available in AEM for run time support.
For compile support, you can add to your project maven repo or local repo from AEM.
check this if helps
Hi,
As mentioned in the reference link, the jar is not available at adobe or maven repo, but available in AEM for run time support.
For compile support, you can add to your project maven repo or local repo from AEM.
check this if helps