/groupdocs-java

GroupDocs Java SDK

Primary LanguageJavaApache License 2.0Apache-2.0

GroupDocs Java SDK Build Status

Latest SDK version 1.9.1.

Requirements

  • SDK requires Maven 2.2.0 (or later).

Installation

You can use Maven to download and use SDK as well as its dependencies. GroupDocs Java SDK is now in Maven Central. To use SDK in your own project just add the following to your pom.xml

<dependency>
	<groupId>com.groupdocs</groupId>
	<artifactId>groupdocs-java-client</artifactId>
	<version>1.9.1</version>
</dependency>

Usage Example

ApiInvoker.getInstance().setRequestSigner(new GroupDocsRequestSigner(privateKey));
AntApi api = new AntApi();
ListAnnotationsResponse response = api.ListAnnotations(userId, fileId);

Samples

To see SDK in action go to https://github.com/groupdocs/groupdocs-java-samples

###Sign, Manage, Annotate, Assemble, Compare and Convert Documents with GroupDocs

  1. Sign documents online with GroupDocs Signature
  2. PDF, Word and Image Annotation with GroupDocs Annotation
  3. Online DOC, DOCX, PPT Document Comparison with GroupDocs Comparison
  4. Online Document Management with GroupDocs Dashboard
  5. Doc to PDF, Doc to Docx, PPT to PDF, and other Document Conversions with GroupDocs Viewer
  6. Online Document Automation with GroupDocs Assembly

License

Copyright 2012 GroupDocs.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.