Skip to main content
Level 2
December 2, 2021
Beantwortet

Interactive Communication - Print channel maven dependencies

  • December 2, 2021
  • 2 Antworten
  • 772 Ansichten

Trying to write servlet to open a ICC print channel PDF using a servlet. Unable to find the dependencies for following

import com.adobe.fd.ccm.channels.print.api.exception.PrintChannelException;
import com.adobe.fd.ccm.channels.print.api.model.PrintChannel;
import com.adobe.fd.ccm.channels.print.api.model.PrintChannelRenderOptions;
import com.adobe.fd.ccm.channels.print.api.model.PrintDocument;
import com.adobe.fd.ccm.channels.print.api.service.PrintChannelService;

 Can you someone please let me know what it is the maven dependency to use for this. I have tried with  uber 6.5.11 , but but during build it says the following,

Could not resolve dependencies for project com.fmcc.cms:fmcc-cms.core:bundle:0.0.1-SNAPSHOT: Could not find artifact com.adobe.aem:uber-jar:jar:apis:6.5.11 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) =
Kindly let me know which dependencies to use to get the PrintChannel for Interactive Communication.

 

Thanks

Eshwari

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von workflowuser

aemfd-client-sdk-6.0.88.jar

2 Antworten

Adobe Employee
December 2, 2021

aemfd-client-sdk-6.0.88.jar

Level 2
December 3, 2021

Thank you. It works.