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
[](https://github.com/groupdocs-conversion-cloud/groupdocs-conversion-cloud-android)
1
+
# GroupDocs.Conversion Cloud SDK for Android
2
2
3
-
# Android SDK to Convert Documents in the Cloud
3
+
This repository contains GroupDocs.Conversion Cloud SDK for Android source code. This SDK allows you to work with GroupDocs.Conversion Cloud REST APIs in your Android applications on Java language.
4
4
5
-
[GroupDocs.Conversion Cloud SDK for Android](https://products.groupdocs.cloud/conversion/android) wraps GroupDocs.Conversion RESTful APIs so you may integrate **Document Conversion** features in your own apps with zero initial cost.
5
+
## Installation
6
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](https://docs.groupdocs.cloud/conversion/supported-document-formats/).
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 Android
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
-
### Installation
54
-
55
-
Add Internet Permission in the AndroidManifest.xml. Example:
7
+
Add Internet permission in the AndroidManifest.xml. Example:
0 commit comments