Build tools to convert documents and images of popular file formats back and forth using .NET Cloud SDK for document conversion & REST API.
Start Free TrialThe 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.
Configuration
using available AppSid
and AppKey
.ConversionApi
using instance of Configuration
.ConvertSettings
to change our conversion settings.ConvertSettings.FilePath
property.ConvertSettings.Format
property.ConvertSettings.OutputPath
property.ConvertDocumentRequest
using instance of ConvertSettings
.ConversionApi.ConvertDocument
method to start conversion.Check out GroupDocs.Conversion Cloud SDK for .NET at GitHub if you are looking for the source code to convert file in the Cloud.
You can try GroupDocs.Conversion Low-Code .NET APIs without any limitations.
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.
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 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));
GroupDocs.Convers Cloud API, dosyalarınızı hemen dönüştürmeye başlayabilirsiniz, çünkü hiçbir şey yüklemeniz gerekmez. API açıkça belgelenmiş ve SDK’larla geliyor ve tüm büyük diller için canlı örnekler. GrupDocs.Convers Gohub’da barındırılan çalışma örnekleri ile birlikte, kullanıcıların hiçbir zaman başlamalarına yardımcı olur.
GrupDocs.Convers Cloud API güvenli ve doğrulama gerektirir. GroupDocs Cloud’da kayıt olmanız ve uygulama erişim anahtar ID (appSID) ve uygulama gizli erişim anahtarı almanız gerekir. Kimlik doğrulama talepleri imza ve AppSID sorgu parametreleri veya OAuth 2.0 yetki başlığı gerektirir.
GrupDocs’i denemenin en kolay yolu. Tarayıcınızda hemen dönüşüm Cloud API, GrupDocs Cloud API Explorer’ı kullanarak GroupDocs Cloud API’leri için bir koleksiyondur. Bu, sorunsuz bir şekilde etkileşime girmenize ve API’lerimizin ortaya çıkmasını sağlar.