GitHub - classloader/groupdocs-java: GroupDocs Java SDK
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
- Sign documents online with GroupDocs Signature
- PDF, Word and Image Annotation with GroupDocs Annotation
- Online DOC, DOCX, PPT Document Comparison with GroupDocs Comparison
- Online Document Management with GroupDocs Dashboard
- Doc to PDF, Doc to Docx, PPT to PDF, and other Document Conversions with GroupDocs Viewer
- 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.