You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains GroupDocs.Conversion Cloud SDK for Java source code. This SDK allows you to work with GroupDocs.Conversion Cloud REST APIs in your Java applications.
4
4
5
-
[GroupDocs.Conversion Cloud SDK for Java](https://products.groupdocs.cloud/conversion/java) wraps GroupDocs.Conversion RESTful APIs so you may integrate **Document Conversion** features in your own apps with zero initial cost.
6
-
7
-
GroupDocs.Conversion Cloud API allows the developers to convert between 50+ file formats including Word documents, Excel spreadsheets, PowerPoint presentations, PDF, OpenDocument files, images & more.
8
-
9
-
## Document Conversion REST API
10
-
11
-
- Convert the whole document to the desired target format.
12
-
- Convert specific document page(s) or a page range.
13
-
- Auto-detect source document format without requiring the file extension.
14
-
- Load source document with extended options, such as specify password for password-protected documents.
15
-
- Load specific part of the document.
16
-
- Show or hide document comments.
17
-
- Obtain all supported conversion formats list.
18
-
- Replace missing fonts with any other font.
19
-
- Add text or image watermarks to any page.
20
-
- Specify resolution and quality for resultant images.
21
-
- Extract metadata & basic information about the source document.
22
-
- Integrated storage API.
23
-
24
-
Check out the [Developer's Guide](https://docs.groupdocs.cloud/conversion/developer-guide/) to know more about GroupDocs.Conversion REST API.
## Get Started with GroupDocs.Conversion Cloud SDK for Java
50
-
51
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the installation steps as given below.
52
-
53
-
### Requirements
5
+
## Requirements
54
6
55
7
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
56
8
57
-
###Installation
9
+
## Installation
58
10
59
-
Simply execute the following to install the API client library to your local Maven repository.
11
+
To install the API client library to your local Maven repository, simply execute:
60
12
61
13
```shell
62
14
mvn install
63
15
```
64
16
65
-
Configure the settings of the repository and execute the following to deploy it to a remote Maven repository instead.
17
+
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
66
18
67
19
```shell
68
20
mvn deploy
69
21
```
70
22
71
23
Refer to the [official documentation](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html) for more information.
72
24
73
-
####Maven
25
+
### Maven users
74
26
75
-
Add following repository and dependency to your project's POM.
27
+
Add following repository and dependency to your project's POM
76
28
77
29
```xml
78
30
<repository>
@@ -86,43 +38,72 @@ Add following repository and dependency to your project's POM.
0 commit comments