![]() |
VOOZH | about |
dotnet add package GroupDocs.Conversion --version 26.3.0
NuGet\Install-Package GroupDocs.Conversion -Version 26.3.0
<PackageReference Include="GroupDocs.Conversion" Version="26.3.0" />
<PackageVersion Include="GroupDocs.Conversion" Version="26.3.0" />Directory.Packages.props
<PackageReference Include="GroupDocs.Conversion" />Project file
paket add GroupDocs.Conversion --version 26.3.0
#r "nuget: GroupDocs.Conversion, 26.3.0"
#:package GroupDocs.Conversion@26.3.0
#addin nuget:?package=GroupDocs.Conversion&version=26.3.0Install as a Cake Addin
#tool nuget:?package=GroupDocs.Conversion&version=26.3.0Install as a Cake Tool
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Important Note: Starting from version 25.1.0, the GroupDocs.Conversion package has been split into two separate packages to better cater to different platforms.
The GroupDocs.Conversion package targets .NET 6 and later, offering cross-platform support for Windows, macOS, and Linux. This package is designed for modern .NET development, providing a streamlined and optimized experience.
For .NET Framework users, we have introduced the GroupDocs.Conversion.NETFramework package. It is specifically tailored for projects targeting .NET Framework 4.6.2 and above. This package ensures compatibility and includes all necessary libraries optimized for the .NET Framework runtime, with improved dependency resolution.
By splitting the package, we aim to provide a more flexible and efficient solution for both modern and legacy development environments. If you have any questions or need assistance, feel free to reach out via our free support forum.
GroupDocs.Conversion is a class-library that enables you to build seamless document conversion applications for mobile, web, and desktop platforms using C#, F#, or VB.NET. It supports more than 10 000 combinations for converting popular file formats in HTML, PNG, JPEG, and PDF. Our library is self-sufficient and doesn't depend on any third-party software, such as Microsoft Word, OpenOffice, or other office suites.
See the Features overview documentation topic for more details.
See the System requirements documentation topic for more details.
See the Supported file formats documentation topic for a complete list of supported formats.
To get started with GroupDocs.Conversion first you have to install the package using the command for your tool that you can find at the beginning of this page.
You can run the following code snippets in C# to see how our library works. Also feel free to check out the GitHub Repository for other common use cases.
// Load the source PDF file
using (var converter = new Converter("resume.pdf"))
{
// Set the convert options
var convertOptions = new WordProcessingConvertOptions();
// Convert PDF to DOCX
converter.Convert("resume.docx", convertOptions);
}
using GroupDocs.Conversion;
using GroupDocs.Conversion.FileTypes;
using GroupDocs.Conversion.Options.Convert;
// Load the source PDF file
using (var converter = new Converter("resume.pdf"))
{
var getPageStream = (SavePageContext context) => File.Create($"resume-page-{context.Page}.png");
// Set the convert options and specify the output image type
var convertOptions = new ImageConvertOptions {
Format = ImageFileType.Png
};
// Convert each page of PDF document to PNG
converter.Convert(getPageStream, convertOptions);
}
using GroupDocs.Conversion;
using GroupDocs.Conversion.Options.Convert;
// Load the source DOCX file
using (Converter converter = new Converter("booklet.docx"))
{
// Set the options and specify the range of pages to convert
var convertOptions = new PdfConvertOptions
{
PageNumber = 2,
PagesCount = 3
};
// Convert pages 2-4 to PDF
converter.Convert("pages-2-4.pdf", convertOptions);
}
using GroupDocs.Conversion;
FluentConverter
.Load("schedule.docx")
.ConvertTo("schedule.pdf")
.Convert();
Our technical support is available to all users, including those evaluating our product. We offer assistance through our Free Support Forum and . Let us know if you have any questions or issues, and we'll do our best to help you.
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.3.0 | 3,736 | 3/31/2026 |
| 26.1.0 | 8,837 | 1/30/2026 |
| 25.12.0 | 7,176 | 12/20/2025 |
| 25.11.0 | 905 | 11/28/2025 |
| 25.10.0 | 18,021 | 11/7/2025 |
| 25.9.0 | 8,094 | 9/30/2025 |
| 25.8.0 | 4,510 | 8/31/2025 |
| 25.7.0 | 1,191 | 7/31/2025 |
| 25.6.0 | 1,846 | 6/30/2025 |
| 25.5.1 | 1,241 | 6/10/2025 |
| 25.5.0 | 655 | 5/30/2025 |
| 25.4.0 | 3,374 | 4/30/2025 |
| 25.3.0 | 5,819 | 3/28/2025 |
| 25.2.1 | 7,576 | 3/4/2025 |
| 25.2.0 | 1,766 | 2/27/2025 |
| 25.1.0 | 7,474 | 1/30/2025 |
| 24.12.0 | 26,748 | 12/20/2024 |
| 24.11.0 | 9,794 | 11/29/2024 |
| 24.10.0 | 16,500 | 10/31/2024 |
| 24.9.0 | 24,541 | 9/30/2024 |