GroupDocs.Conversion.LowCode
25.2.0-alpha-20250227095753
See the version list below for details.
dotnet add package GroupDocs.Conversion.LowCode --version 25.2.0-alpha-20250227095753
NuGet\Install-Package GroupDocs.Conversion.LowCode -Version 25.2.0-alpha-20250227095753
<PackageReference Include="GroupDocs.Conversion.LowCode" Version="25.2.0-alpha-20250227095753" />
<PackageVersion Include="GroupDocs.Conversion.LowCode" Version="25.2.0-alpha-20250227095753" />
<PackageReference Include="GroupDocs.Conversion.LowCode" />
paket add GroupDocs.Conversion.LowCode --version 25.2.0-alpha-20250227095753
#r "nuget: GroupDocs.Conversion.LowCode, 25.2.0-alpha-20250227095753"
#addin nuget:?package=GroupDocs.Conversion.LowCode&version=25.2.0-alpha-20250227095753&prerelease
#tool nuget:?package=GroupDocs.Conversion.LowCode&version=25.2.0-alpha-20250227095753&prerelease
Document Conversion .NET API
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
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.
Features
- Thousands of different file conversion pairs: office documents, presentations, spreadsheets, images and much more.
- Ability to convert whole document or specific pages range.
- Place watermarks at document pages during conversion.
- Huge amount of additional options to customize the appearance of the converted document.
- Load document from Amazon S3, Azure Blob, FTP, or from local disk.
- Load document via stream or from a specific URL.
- Load password-protected documents.
- Enable listening of conversion process stages.
See the Features overview documentation topic for more details.
Supported platforms
- Windows: Microsoft Windows XP and later, Microsoft Windows Server 2003 and later.
- Linux: Ubuntu, OpenSUSE, CentOS and others.
- Mac OS X Catalina (10.15) and later.
See the System requirements documentation topic for more details.
Supported formats
- Documents: PDF, XPS, TEX
- Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT
- Powepoint: PPT, PPTX, PPS, PPSX, ODP, OTP
- Excel: XLS, XLSX, XLSM, XLSB, XLTM, XLTX, XLT, XLAM
- Visio: VSDX, VSDM, VSSX, VSTX, VSTM, VSSM, VSX, VTX, VDX
- OpenDocument: ODT, OTT, ODS
- Images: BMP, JPEG, PNG, GIF, TIFF, SVG, PS
- Diagram: VSDX, DRAW, LUCIDCHART
- CAD & GIS: DWG, DXF, DWF, IFC, SHP, KML, GEOJSON
- Audio: MP3, WAV, FLAC, AAC, OGG
- Video: MP4, AVI, MKV, MOV, WMV
- 3D & Vector: SVG, AI, EPS, CDR, STL, OBJ, FBX, DAE, GLB
- eBook: EPUB, MOBI, AZW, FB2
- Web: HTML, MHTML, MHT
- Archives: ZIP, TAR, RAR, 7Z, BZ2, GZ
- Email & Outlook: PST, OST, MSG, EML
- Finance: QFX, OFX
- OneNote: ONE
See the Supported file formats documentation topic for a complete list of supported formats.
Getting Started
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.
Convert PDF to DOCX
// Load the source PDF file
var converter = new PdfToDocxConverter("resume.pdf");
// Convert PDF to DOCX
converter.Convert("resume.docx");
Convert DOCX (pages 2-4) to PDF
// Load the source DOCX file
var converter = new DocxToPdfConverter("booklet.docx");
// Convert pages 2-4 to PDF
converter.Convert("pages-2-4.pdf", convertOptions => {
convertOptions.PageNumber = 2;
convertOptions.PagesCount = 3;
});
Support
Our technical support is available to all users, including those evaluating our product. We offer assistance through our Free Support Forum and Paid Support Helpdesk. 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 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Aspose.Drawing (>= 25.1.0)
- Aspose.Drawing.Common (>= 25.1.0)
- GroupDocs.CrossPlatform.NativeAssets (>= 24.3.0)
- MessagePack (>= 2.5.192)
- Microsoft.Extensions.DependencyModel (>= 8.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
- Newtonsoft.Json (>= 13.0.3)
- SkiaSharp (>= 3.116.1)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 3.116.1)
- System.Buffers (>= 4.6.0)
- System.Diagnostics.DiagnosticSource (>= 8.0.1)
- System.Drawing.Common (>= 8.0.13)
- System.Numerics.Vectors (>= 4.6.0)
- System.Reflection.MetadataLoadContext (>= 8.0.1)
- System.Security.Cryptography.Pkcs (>= 8.0.1)
- System.Security.Permissions (>= 8.0.0)
- System.Text.Encoding.CodePages (>= 8.0.0)
- System.Text.Json (>= 8.0.5)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
25.3.0-alpha-20250328101643 | 0 | 3/28/2025 |
25.2.1-alpha-20250304092341 | 0 | 3/4/2025 |
25.2.1-alpha-20250304052552 | 0 | 3/4/2025 |
25.2.0-alpha-20250227095753 | 16 | 2/27/2025 |
25.2.0-alpha-20250227030146 | 0 | 2/27/2025 |
25.2.0-alpha-20250224051052 | 0 | 2/24/2025 |
25.2.0-alpha-20250224044046 | 0 | 2/24/2025 |
25.2.0-alpha-20250224033404 | 0 | 2/24/2025 |