Solved
PDF Generation dependency error
I'm using the below imports on AEM aa CS. So i have added the respective dependency as well. Core build works fine if i upload core jar to aem console getting the error in import packages (added a ss).
IMPORTS :
import com.adobe.aemfd.docmanager.Document;
import com.adobe.fd.ccm.channels.print.api.service.PrintChannelService;
import com.adobe.fd.output.api.*;
import com.adobe.fd.ccm.channels.print.api.service.PrintChannelService;
import com.adobe.fd.output.api.*;
Dependency :
<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.1244</version>
<scope>provided</scope>
</dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.1244</version>
<scope>provided</scope>
</dependency>
AEM console Error:



Full Build Error :

I tried to change the start level while uploading the jar, still fails. Any suggestions welcomes.
Thanks in advance.
