GemBox.Pdf.Ocr 2025.5.111-hotfix

Prefix Reserved
This is a prerelease version of GemBox.Pdf.Ocr.
dotnet add package GemBox.Pdf.Ocr --version 2025.5.111-hotfix
                    
NuGet\Install-Package GemBox.Pdf.Ocr -Version 2025.5.111-hotfix
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GemBox.Pdf.Ocr" Version="2025.5.111-hotfix" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Pdf.Ocr" Version="2025.5.111-hotfix" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Pdf.Ocr" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GemBox.Pdf.Ocr --version 2025.5.111-hotfix
                    
#r "nuget: GemBox.Pdf.Ocr, 2025.5.111-hotfix"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GemBox.Pdf.Ocr@2025.5.111-hotfix
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GemBox.Pdf.Ocr&version=2025.5.111-hotfix&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Pdf.Ocr&version=2025.5.111-hotfix&prerelease
                    
Install as a Cake Tool

What is GemBox.Pdf?

GemBox.Pdf is a .NET component that enables you to read, write, edit, and print PDF files from .NET applications.

With GemBox.Pdf you get a fast and reliable component that's easy to use and doesn't depend on Adobe Acrobat. It requires only .NET so you can deploy your applications without having to think about other licenses.

GemBox.Pdf Features

Get Started

You are not sure how to start working with PDF documents in .NET using GemBox.Pdf? Check the code below that shows how to create a PDF file from scratch and write 'Hello World!' on it.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Create a new PDF document.
using (var document = new PdfDocument())
{
    // Add a page.
    var page = document.Pages.Add();

    using (var formattedText = new PdfFormattedText())
    {
        // Add text.
        formattedText.AppendLine("Hello World");

        // Draw text to the page.
        page.Content.DrawText(formattedText, new PdfPoint(100, 700));
    }

    // Save the document as PDF file.
    document.Save("Writing.pdf");
}

For more GemBox.Pdf code examples and demos, please visit our examples page.

Resources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net6.0-windows7.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.5.111-hotfix 179 5/29/2025
2025.5.103 911 5/7/2025
2025.4.120-hotfix 251 4/29/2025
2025.4.103 741 4/4/2025
2025.3.107 1,896 3/11/2025
2025.2.104 3,057 2/14/2025
2025.1.103 2,826 1/24/2025
17.0.1648 3,838 12/5/2024
17.0.1620 2,483 11/4/2024
17.0.1611 2,380 10/8/2024
17.0.1604 1,682 9/5/2024
17.0.1593 1,130 8/13/2024
17.0.1579 1,015 7/5/2024
17.0.1565 992 6/7/2024
17.0.1545 8,436 5/7/2024
17.0.1528 1,305 4/6/2024
17.0.1508 836 3/4/2024
17.0.1497 2,007 2/13/2024
17.0.1485 518 1/15/2024
17.0.1474 757 12/8/2023
17.0.1457 731 11/16/2023
17.0.1438 1,190 10/21/2023
17.0.1404 1,236 9/5/2023
17.0.1386 1,235 8/4/2023
17.0.1371 2,577 7/7/2023
17.0.1363 865 6/12/2023
17.0.1342 3,501 5/10/2023
17.0.1323 1,080 4/5/2023
17.0.1300 953 3/10/2023
17.0.1281 1,088 2/3/2023
17.0.1258 1,180 1/3/2023
17.0.1244 913 12/14/2022
17.0.1224 965 11/9/2022
17.0.1208 1,019 10/12/2022
17.0.1200 1,052 9/6/2022
17.0.1187 4,562 8/12/2022
17.0.1177 1,335 7/21/2022
17.0.1165 2,228 6/10/2022
17.0.1158 5,213 5/16/2022
17.0.1149 1,442 4/21/2022
17.0.1122 1,330 3/9/2022
17.0.1104 1,271 2/1/2022
17.0.1087 873 1/5/2022
17.0.1072 834 12/6/2021
17.0.1059 990 11/8/2021
17.0.1042 1,139 10/1/2021
17.0.1015 933 8/26/2021
17.0.1000 1,542 7/23/2021