We are glad to announce GroupDocs.Viewer Cloud Java SDK release for public use. This SDK is available with all major test cases to understand and implement GroupDocs.Viewer Cloud API features in your Java application. This SDK supports a variety of document formats and allows viewing a specific document in HTML, image, PDF or its original format with the flexibility to render the whole document, page by page or custom range of pages.
Introduction of Java SDK of GroupDocs.Viewer
CloudGroupDocs.Viewer Cloud Java SDK is introduced for its Java user. It is a wrapper around REST APIs, that allows you to work with GroupDocs.Viewer Cloud REST APIs in Java platform quickly and easily, gaining all benefits of strong types and IDE highlights. The distribution is available at GitHub. All major features implementation are available in java examples section, some noticeable examples are:
- Supported File Formats
- Working with Attachments
- Document Information
- Working With Document Pages
- Page Resources
- Fonts Resource
- PDF Rendering
Getting Started
import com.groupdocs.cloud.viewer.client.*;
import com.groupdocs.cloud.viewer.model.*;
import com.groupdocs.cloud.viewer.api.ViewerApi;
import java.io.File;
import java.util.*;
public class ViewerApiExample {
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";
ViewerApi apiInstance = new ViewerApi(appSid, appKey);
try {
apiInstance.deleteFontsCache();
} catch (ApiException e) {
System.err.println("Exception when calling ViewerApi#deleteFontsCache");
e.printStackTrace();
}
}
}
GroupDocs.Viewer Cloud Resources
Following are the links to some useful resources you may need to accomplish your tasks.
- GroupDocs.Viewer Cloud
- GroupDocs.Viewer Cloud Online Documentation
- GroupDocs.Viewer Cloud UI Help Topics
- GroupDocs.Viewer Cloud Forum
- Web API Explorer(Live Examples)
- GroupDocs.Viewer Cloud SDKs
- Work with GroupDocs Cloud Storage using Web GUI or GroupDocs Cloud Service
- Work with GroupDocs Usage and Logs using Web GUI or GroupDocs Cloud Service
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.