Expand my Community achievements bar.

SOLVED

How to get adobe-docconverter-client.jar?

Avatar

Level 1

I would like to convert PDF ile to PDF/A. I gonna use the DocConverterServiceClient. Regarding documentation https://experienceleague.adobe.com/docs/experience-manager-65/forms/developer-reference/programming-... I have to include some jar files to my project:

  • adobe-livecycle-client.jar
  • adobe-usermanager-client.jar
  • adobe-docconverter-client.jar


But I couldn't find them on Maven repository. Could somebody kindly explain where I can find them?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@iharivanou69 

Can you try with the below OSGi SDK (latest)?

This single SDK should suffice all the required dependencies; you might not need to import other libraries.

Client SDK is posted on maven central - https://repo1.maven.org/maven2/com/adobe/aemfd/aemfd-client-sdk/

 

 

 

 

View solution in original post

3 Replies

Avatar

Employee Advisor

@iharivanou69 

You can find this set of jars on the maven repository[0], OR in case you're using JEE instance, these jars are present under [AEM Forms home]/sdk/clientlibs/common/*.

[0] - https://mvnrepository.com/artifact/com.adobe.livecycle/adobe-usermanager-client/10.0.0 

Avatar

Level 1

@Pulkit_Jain_ 
When I try to add dependencies to my project I face the follow issue:
Unresolved dependency: 'com.adobe.livecycle:adobe-docconverter-client:jar:11.0.0'
Unresolved dependency: 'com.adobe.livecycle:adobe-usermanager-client:jar:11.0.0'
Unresolved dependency: 'com.adobe.livecycle:adobe-livecycle-client:jar:11.0.0'

If I try to download jar files from Maven repository directly:

<Error>
<Code>BlobNotFound</Code>
<Message>The specified blob does not exist. RequestId:120584f6-701e-002d-5a77-8989ca000000 Time:2023-05-18T10:54:26.7885286Z</Message>
</Error>

Avatar

Correct answer by
Employee Advisor

@iharivanou69 

Can you try with the below OSGi SDK (latest)?

This single SDK should suffice all the required dependencies; you might not need to import other libraries.

Client SDK is posted on maven central - https://repo1.maven.org/maven2/com/adobe/aemfd/aemfd-client-sdk/