Android Cloud SDK for Document Conversion

‎Develop applications to convert documents of popular file formats back and forth using document conversion cloud SDK for Android & REST API.

  • GroupDocs.Conversion Cloud SDK for cURL
  • GroupDocs.Conversion Cloud SDK for .NET
  • GroupDocs.Conversion Cloud SDK for Java
  • GroupDocs.Conversion Cloud SDK for PHP
  • GroupDocs.Conversion Cloud SDK for Python
  • GroupDocs.Conversion Cloud SDK for Ruby
  • GroupDocs.Conversion Cloud SDK for Node.js
  • GroupDocs.Conversion Cloud SDK for Go
Start Free Trial

The GroupDocs.Conversion Cloud SDK for Android has been developed to help you get started with using our document conversion REST API, allowing to seamlessly convert your documents to any format you need. With this single API, you can convert back and forth between over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images and many more.

How to convert a file on Android

  • Create an instance of ConversionApi using available AppSid and AppKey.
  • Create an instance of ConvertSettings to change our conversion settings.
  • Set input file using ConvertSettings.setFilePath method.
  • Set desired output format using ConvertSettings.setFormat method.
  • Set output directory using ConvertSettings.setOutputPath method.
  • Use ConversionApi.convertDocument method to start conversion.

Frequently Asked Questions

I want to create my own Android app to convert documents?

Check out GroupDocs.Conversion Cloud SDK for Android at GitHub if you are looking for the source code to convert file in the Cloud.

Can I try GroupDocs.Conversion REST APIs on Android for free?

You can try GroupDocs.Conversion Low-Code Android APIs without any limitations.

I do not want to upload my confidential files anywhere? What are my options?

GroupDocs.Conversion Cloud is also available as Docker image which can be used to self-host the service. Or you may build your own services using GroupDocs.Conversion High-code APIs which currently drive our REST APIs.

Advanced Document Conversion API Features

Convert across all common formats

Convert page by page or custom range of pages

Watermark pages

Get high quality output files

Password protect output document

Convert a Multitude of Document Formats

GroupDocs.Conversion REST API has the capability to perform document conversions on a number of document formats. It converts accurately making sure that the details are preserved while converting the document. Word Processing Document can be quickly converted into spreadsheet using below mentioned few lines of code:

Convert DOCX to XLSX using Cloud API - Android

//Get your App SID and App Key at https://dashboard.groupdocs.cloud (free registration is required).

ConversionApi apiInstance = new ConversionApi("AppSID", "AppKey");

ConvertSettings settings = new ConvertSettings();
settings.setStorageName("Storage Name");
settings.setFilePath("documents/myDocument.docx");
settings.setFormat("xlsx");

// Load a Word Processing Document ( DOCX ) to convert into any supported format
DocxLoadOptions loadOptions = new DocxLoadOptions();
loadOptions.setPassword("password");
loadOptions.setHideWordTrackedChanges(true);
loadOptions.setDefaultFont("Arial");

settings.setLoadOptions(loadOptions);

// Conversion Settings to convert into a Spreadsheet document
XlsxConvertOptions convertOptions = new XlsxConvertOptions();
convertOptions.setFromPage(1);
convertOptions.setPagesCount(2);
convertOptions.setFromPage(1);
convertOptions.setPassword("password");
convertOptions.setUsePdf(true);

settings.setConvertOptions(convertOptions);
settings.setOutputPath("documents/converted-docs");

// Convert to Specified Format
List response = apiInstance.convertDocument(new ConvertDocumentRequest(settings));

Get Started in No Time

With GroupDocs.Conversion Cloud API, you can start converting your files right away as there is no need to install anything. The API is clearly documented and comes with SDKs and live examples for all major languages. Our GroupDocs.Conversion SDKs along with working examples hosted at Github helps our users to get started in no time.

Security and Authentication

The GroupDocs.Conversion Cloud API is secured and requires authentication. You need to register at GroupDocs Cloud and get the app access key ID (appSID) and app secret access key. Authenticated requests require a signature and AppSID query parameters or OAuth 2.0 authorization header.

API Explorer

The easiest way to try out GroupDocs.Conversion Cloud API right away in your browser is by using GroupDocs Cloud Web API explorer, which is a collection of Swagger documentation for the GroupDocs Cloud APIs.It allows you to effortlessly interact and try out every single operation our APIs exposes.

Convert Documents using GroupDocs.Conversion

VDW to JP2 JP2 to PNG AVI to MP4 MHTML to DOC ODP to PPT Visio to TIFF IFC to CSV XLSM to ODP TAR to WMF DOCX to GIF PSD to BMP VSDX to VDX ODG to DIF ZIP to TIFF ODP to TGA CSV to EMF MHT to PDF BMP to PDF VSX to DOCM MD to PSD MOBI to TIFF 7Z to DOT WMZ to PNG PPSX to JPG DCM to PPSM PPS to PDF GIF to DICOM MOBI to PPT EPS to PPTX POTM to XPS Visio to ODS Outlook to MSG PS to EMF PLT to ODP DOCX to DOC JPEG to DICOM DWFX to PPSX DWG to MD TIFF to JPG XER to MPP PST to PPS DOCX to PSB PS to PSB MBOX to SVG WEBP to JPG IGS to PDF PS to Excel EPUB to JPG PS to MHTML PPTX to GIF EMZ to PNG ODG to GIF PS to DCM PSB to PNG NUMBERS to PDF PDF to CSV ODP to XLS WMF to ODT EMF to EPUB DWF to ODP PPTX to DOC IFC to ODT JP2 to TGA CDR to MD ODS to XPS ODG to PSD MPT to MD ODT to CSV BMP to TEX ODP to HTML PLT to EMZ ODP to MHT RTF to HTML ODT to TSV MBOX to DOC WEBP to Word PPS to PPTX XER to XLSX MOBI to ODS PPSM to PPT MSG to JPEG ICO to SVG DWT to TGA GZ to GIF DXF to RTF ODT to ODP JP2 to BMP MP3 to M4A XLSM to DOTX PDF to OTT LOG to XLSX ODP to CSV BMP to GIF GIF to PNG MSG to WMF TIFF to PSD ODT to PPTX DXF to CSV XLS to PDF CSV to JSON JPEG to SVG TIFF to JP2 DWG to DWF MD to POT DOC to DCM XML to JPEG NUMBERS to XLSM CSV to XLS CDR to EPUB MD to TSV JSON to PDF DOC to SXC POTX to POT XLSM to OTT FODP to PDF PPSX to PPTX PLT to PPTX BZ2 to DOC TIF to PDF BMP to TSV MD to TXT XLS to XML SVG to Word PLT to XLS VDW to ODT GZ to HTML PSD to PPTM MPP to MPX DWG to DICOM DXF to MHTML CDR to XPS CF2 to MHTML OTT to PNG 7Z to PPTX JPG to ODP MD to TIFF NUMBERS to DOC Excel to JP2 ODS to ICO PSB to DICOM SVG to XPS WEBP to SVG CMX to ODT WMF to DIF DNG to Word XLS to XLSX OST to OTP XLSM to XLTM OTT to ODT PDF to MHTML

Support and Learning Resources

GroupDocs.Conversion Cloud also offers individual document rendering SDKs for other popular languages as listed below:

  English
9a86c5d56