.NET API to Convert 80+ File Formats

Simple API to Integrate Document & Image Conversion Functionality into .NET Applications without Installing any External Software.


Download Free Trial

GroupDocs.Conversion for .NET offers simple set of APIs, enabling developers to build powerful document conversion applications in C#, ASP.NET and other .NET related technologies. GroupDocs.Conversion for .NET API provides fast, efficient and reliable file conversion solution to your end-users. It supports performing accurate conversions among all popular business document formats including: PDF, HTML, Email, Microsoft Word documents, Excel spreadsheets, PowerPoint presentations, Project, Photoshop, CorelDraw, AutoCAD, diagrams, raster image file formats and many more. The document converter library auto-detects source document format and gives you all the control to convert either the whole document or specific pages to the desired output format. It’s easier to replace missing fonts with preferred ones and add text or image watermarks to any document page.

GroupDocs.Conversion for .NET can be used to develop applications in any development environment that targets .NET platform. It is compatible with all .NET based languages and supports popular operating systems (Windows, Linux, MacOS) where Mono or .NET frameworks (including .NET Core) can be installed.

GroupDocs.Conversion for .NET Features

Easily Convert Document Formats

Using GroupDocs.Conversion for .NET, converting document file format is very easy. Following example shows you how to convert a PDF file into a DOC file using C#:

{features.more_feature.step1} {features.more_feature.step2} {features.more_feature.step3}

 // Load source file DOCX for conversion
var converter = new GroupDocs.Conversion.Converter("input.docx");
// Prepare conversion options for target format PDF
var convertOptions = converter.GetPossibleConversions()["pdf"].ConvertOptions;
// Convert to PDF format
converter.Convert("output.pdf", convertOptions);

Conversion to Image Formats

GroupDocs.Conversion for .NET can be used to develop applications in any development environment that targets .NET platform. It is compatible with all .NET based languages and supports popular operating systems (Windows, Linux, MacOS) where Mono or .NET frameworks (including .NET Core) can be installed.

Supports various PDF Format Types

GroupDocs.Conversion for .NET API supports document conversion to following PDF types/formats:

  • PdfA_1A
  • PdfA_1B
  • PdfA_2A
  • PdfA_3A
  • PdfA_2B
  • PdfA_2U
  • PdfA_3B
  • PdfA_3U
  • v1_3
  • v1_4
  • v1_5
  • v1_6
  • v1_7
  • PdfX_1A
  • PdfX3

Support and Learning Resources

GroupDocs.Conversion offers document conversion APIs for other popular development environments

Back to top
 English