Adobe PDF services while integrating with AEM DAM
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