![]() |
VOOZH | about |
dotnet add package GdPicture.API --version 14.3.22
NuGet\Install-Package GdPicture.API -Version 14.3.22
<PackageReference Include="GdPicture.API" Version="14.3.22" />
<PackageVersion Include="GdPicture.API" Version="14.3.22" />Directory.Packages.props
<PackageReference Include="GdPicture.API" />Project file
paket add GdPicture.API --version 14.3.22
#r "nuget: GdPicture.API, 14.3.22"
#:package GdPicture.API@14.3.22
#addin nuget:?package=GdPicture.API&version=14.3.22Install as a Cake Addin
#tool nuget:?package=GdPicture.API&version=14.3.22Install as a Cake Tool
Intelligent PDF & document processing SDKs: from scanning to barcodes to OCR to conversion to robust PDF processing — if you can think of it, this library can probably do it.
using GdPicture14;
LicenseManager licence = new LicenseManager();
licence.RegisterKEY(""); // Set a demo key
// After Setting up the SDK
using GdPictureDocumentConverter converter = new GdPictureDocumentConverter();
converter.LoadFromFile(@"input.docx");
converter.SaveAsPDF(@"output.pdf");
Note: For using the OCR with GdPicture the optional nuget GdPicture.Resources is required.
// After Setting up the SDK
using GdPicturePDF pdf = new GdPicturePDF();
using GdPictureDocumentConverter converter = new GdPictureDocumentConverter();
converter.LoadFromFile(@"input.png");
converter.SaveAsPDF(@"output_intermediary.pdf");
pdf.LoadFromFile(@"output_intermediary.pdf", true);
pdf.OcrPages("*", 0, "eng", "", "", 200);
pdf.SaveToFile(@"output_with_ocr.pdf");
// After Setting up the SDK
using GdPicturePDF pdf = new GdPicturePDF();
using GdPictureDocumentConverter converter = new GdPictureDocumentConverter();
converter.LoadFromFile(@"input.png");
using MemoryStream stream = new MemoryStream();
converter.SaveAsPDF(stream);
pdf.LoadFromStream(stream);
pdf.OcrPages("*", 0, "eng", "", "", 200);
pdf.SaveToFile(@"output_with_ocr.pdf");
If you would like to see more examples, please visit the code samples page in our guides.
GdPicture.NET is a Nutrient SDK for OCR, data extraction, editing, converting, generating PDFs, barcodes, scanning, and much more. It offers developers a rich API for quickly adding PDF, imaging, and intelligent data processing capabilities to any .NET application. There are many code samples, and it comes supported by the amazing team at Nutrient.
GdPicture.NET assemblies are available for the following frameworks:
Using different GdPicture.NET assemblies, you can deploy the application you build to various operating systems, as outlined in the table below.
| GdPicture.NET Assembly | Operating Systems Supported for Deployment |
|---|---|
| .NET 8.0 or newer | Linux* (x64, arm64), Microsoft Windows 10 (x64/x86) or newer, Microsoft Windows Server Core 2012 (x64) or newer, macOS 13 or newer (x64/ arm64) |
| .NET Framework 4.6.2 | Microsoft Windows Vista (x64/x86) or newer Microsoft Windows Server 2008 (x64/x86) or newer |
The .NET 8.0 assembly on Linux requires GLIBC 2.29 or newer.
GdPicture repository contains multiple packages designed to provide flexibility, scalability, and targeted functionality for various platforms and use cases. Below is an overview of each package and its role within the ecosystem:
GdPicture.NET library enables you to load, save, and convert numerous file types, and a full list of file types can be found here.
Nutrient offers comprehensive guides and code samples to help you quickly integrate and customize your application. It comes with full technical support that includes direct access to the engineers who built the product. Whether you have questions getting started with our SDK, or you want to know how to best integrate new features into your app, we’re here to help you find a solution.
Most popular guides:
For a detailed list of the changes included in each version, refer to the changelog.
When you integrate GdPicture.NET into your application, a trial license is activated automatically, meaning there's no need for a license key. This trial license provides the following:
For a comprehensive evaluation, please contact our Sales team to request a demo license key. This demo license enables you to explore our product for a 60-day period without watermarks or trial notifications.
Copyright 2025 Nutrient. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. 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. |
Showing the top 3 NuGet packages that depend on GdPicture.API:
| Package | Downloads |
|---|---|
|
DocuVieware.API
Universal HTML5 Viewer and Document Management Kit |
|
|
GdPicture.XtractFlow
XtractFlow for GdPicture.NET |
|
|
GdPicture.MAUI
MAUI PDF Viewer |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 14.4.5 | 102 | 6/25/2026 |
| 14.4.4 | 1,110 | 6/12/2026 |
| 14.4.3 | 2,078 | 5/22/2026 |
| 14.4.2 | 2,287 | 5/6/2026 |
| 14.4.1 | 5,171 | 4/3/2026 |
| 14.4.0 | 824 | 3/26/2026 |
| 14.3.26 | 4,162 | 2/27/2026 |
| 14.3.25 | 532 | 2/20/2026 |
| 14.3.24 | 2,181 | 2/5/2026 |
| 14.3.23 | 964 | 1/26/2026 |
| 14.3.22 | 3,511 | 12/19/2025 |
| 14.3.21 | 7,377 | 11/28/2025 |
| 14.3.20 | 1,931 | 11/18/2025 |
| 14.3.19.1 | 6,985 | 11/3/2025 |
| 14.3.19 | 369 | 10/31/2025 |
| 14.3.18 | 11,532 | 10/17/2025 |
| 14.3.17 | 3,635 | 10/2/2025 |
| 14.3.16 | 609 | 9/26/2025 |
| 14.3.15 | 4,591 | 9/18/2025 |
| 14.3.14 | 6,109 | 9/4/2025 |
### 14.3.22
* Fixes a bug causing exceptions parsing some Office documents. (J#MAMBO-1995).
* Improves ODT table cell content rendering. (J#MAMBO-1996).
* Improves rendition of Excel files. (J#MAMBO-1922).
* Complete review on 1d barcode writing (J#GDPIC-1584).
* Improves pagination around floating objects in Office rendering. (J#MAMBO-1957).
* Changes default value of `SpreadsheetRenderOnlyPrintArea` to `true`. (J#MAMBO-1986)
* Fixes issue in EXIF parsing of some documents in 64 bits. (J#GDPIC-1438).
* Improves support for gutter in Office documents (J#MAMBO-1999).
* Improves rendition of VML shapes on DOC and DOCX files. (J#MAMBO-2001).