We are glad to announce GroupDocs.Signature Cloud Java SDK release for public use. This SDK is available with all major test cases to understand and implement GroupDocs.Signature Cloud API features in your Java application. Most significant features are, Add Text Signature, Add Stamp Signature, Background Text Brush, Search Signature in Digital Document,Verify Signature in Digital Document and many more.

Java SDK

We have introduced Java SDK for GroupDocs.Signature Cloud. It is a wrapper around GroupDocs.Signature REST APIs, that allows you to work with GroupDocs.Signature Cloud in Java quickly and easily, gaining all benefits of strong types and IDE highlights. The distribution is available at GitHub. The SDK includes working examples, to get you started in no time.

Getting Started

 import com.groupdocs.cloud.signature.client.*;
import com.groupdocs.cloud.signature.model.*;
import com.groupdocs.cloud.signature.api.SignatureApi;

import java.io.File;
import java.util.*;

public class SignatureApiExample {

    public static void main(String[] args) {
        //TODO: Get your AppSID and AppKey at https://dashboard.groupdocs.cloud (free registration is required).
        String appSid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
        String appKey = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";

        SignatureApi apiInstance = new SignatureApi(appSid, appKey);
        try {
            BarcodeCollection result = apiInstance.getBarcodes();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling SignatureApi#getBarcodes");
            e.printStackTrace();
        }
    }
}

GroupDocs.Signature for Cloud Resources

Following are the links to some useful resources you may need to accomplish your tasks.

Start a Free Trial Today

Start a free trial today – all you need is to sign up with the GroupDocs Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by GroupDocs Cloud.