.NET Cloud SDK for Document Conversion

Build tools to convert documents and images of popular file formats back and forth using .NET Cloud SDK for document conversion & REST API.

  • GroupDocs.Conversion Cloud SDK for cURL
  • 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 Android
  • GroupDocs.Conversion Cloud SDK for Go
Start Free Trial

The GroupDocs.Conversion Cloud SDK for .NET 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 .NET

  • Create an instance of Configuration using available AppSid and AppKey.
  • Create an instance of ConversionApi using instance of Configuration.
  • Create an instance of ConvertSettings to change our conversion settings.
  • Set input file using ConvertSettings.FilePath property.
  • Set desired output format using ConvertSettings.Format property.
  • Set output directory using ConvertSettings.OutputPath property.
  • Create an instance of ConvertDocumentRequest using instance of ConvertSettings.
  • Use ConversionApi.ConvertDocument method to start conversion.

Frequently Asked Questions

I want to create my own .NET application to convert documents?

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

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

You can try GroupDocs.Conversion Low-Code .NET 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

APIs are secured and require authentication

API explorer based on swagger collection

Convert a Multitude of Document Formats

GroupDocs.Conversion REST API has the capability to perform conversion on a number of document formats. The information about the formats supported by the API can be obtained by using the code mentioned below:

Get a list of supported document formats - C#

//Get your AppSID, AppKey and StorageName at https://dashboard.groupdocs.cloud (free registration is required).
var configuration = new Configuration("AppSID", "AppKey");
var apiInstance = new ConversionApi(configuration);

// Convert Settings
var settings = new ConvertSettings
{
    StorageName = "StorageName",
    FilePath = "conversions/sample.docx",
    Format = "jpeg",
    ConvertOptions = convertOptions,
    OutputPath = "converted/"
};
// 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

ODT to PDF CF2 to PDF EMF to XPS CF2 to ODS DOCX to OTT MOBI to JPEG MPT to HTM TIFF to JP2 VSSX to POT SQL to ODP JPX to WMF FODP to PPT POTX to DOC DWG to SVG RAR to WMF GZ to TIFF MHT to PDF Project to DIF TXT to XPS CF2 to ODP DJVU to ODP GZ to DOCX RTF to CSV CGM to HTML CDR to OTP ICO to SVGZ XER to XLSX DOTX to DOC XML to PPT EML to ICO Project to RTF ODT to JP2 EMF to ICO TSV to XLSX JSON to WMF PS to EMF PS to WEBP VSD to XLS EML to JP2 PST to PDF PST to PNG JSON to PPTX ODG to TEX VSX to TXT DOCM to PPTM XER to DOCX TIFF to DICOM VSSX to PPS FLAC to AIFF MP3 to M4A CHM to MD CHM to MHT AIFF to FLAC DWFX to DOCX DICOM to GIF PSB to TIF HTML to PDF ZIP to WMF CGM to GIF EPS to FODP OTS to DOC RTF to PNG GZ to XLS BZ2 to JPG XPS to MD EPUB to MHTML ICO to Word J2K to JPG DGN to ODP PNG to WMF Project to EMF DWF to XPS JPF to JPEG OTG to WEBP PDF to JP2 ODP to Excel DWF to TXT PPTM to PPT DOCX to POTX LOG to TIFF TIFF to RTF PSB to MHTML DWG to DOC VSTM to HTML TXT to RTF MBOX to DOCX DXF to PDF VSS to VSSX JSON to ODP HTML to DOT GZ to EPUB DOC to PPT MHT to DCM GIF to ODT CSV to TXT VCF to XLSX CMX to SVG RTF to JPG AC3 to FLAC MHTML to WMF FODG to ODT DICOM to XLS TAR to ODP XLSX to DIF SVG to ODP WEBP to ODP DOCM to DOC PPT to TXT TIFF to XPS DNG to JPG DWG to TXT DOCM to MD MHT to XLSX EML to TSV PLT to DXF NUMBERS to SVG SVG to RTF DGN to TEX ICO to TGA MHTML to HTML EML to EMF MPP to PPSM PDF to HTM HTM to MHT HTML to ODS XPS to PNG SVG to BMP VCF to WEBP TEX to Excel J2C to ICO DICOM to RTF GZ to XLTX TGA to WMF ODG to TGA VSD to CSV NSF to ODT GZ to PDF PS to EPUB PNG to DOC JSON to GIF CSV to POT TAR to PDF PSB to Excel XPS to ODT HTML to WEBP RTF to DOCM WMF to MHTML DOCX to SVG TEX to TGA DWFX to ODP

Support and Learning Resources

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

  English
9a86c5d56