Expand my Community achievements bar.

Adobe PDF services while integrating with AEM DAM

Avatar

Level 2

Hi Team,

We are trying to compress our DAM PDF through custom workflow which will internally call Adobe PDF service SDK. We have used below dependency

 

<dependency>
<groupId>com.adobe.documentservices</groupId>
<artifactId>pdfservices-sdk</artifactId>
<version>2.1.0</version>
</dependency>

 

We are able to compile code but while deploying the bundle it is not able to resolve com.adobe.pdfservices.operation -- Cannot be resolved

 

 

 

If anyone has already faced this issue and know the solution for it. please let me know

 

 

 

2 Replies

Avatar

Community Advisor

Hi @vishalgera 

 

Seems, using PDF Services SDK dependency shouldn't be any issues, looks like something wrong with your Workflow. Could you able to pass your Workflow code here to rectify?

 

Regards,

Santosh

https://www.techinnovia.com/blog/

Avatar

Level 2

HI Santosh,

As per my understanding, dependency is an issue as AEM is not able to able to recognize pdf services on runtime. Workflow code is simple and straight forward. I can show you on screen sharing. please suggest some time when you are available

 

Regards

Vishal