Maven dependency Error - com.adobe.fd.ccm.channels.print.api.PrintChannelService
I tried to use the PrintChannelService to generate pdf, getting the below error.

I'm using AEM 6.5.22 and tried with the following dependency (both).
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.1.152</version>
</dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.88</version>
</dependency>