GemBox.Pdf 2025.3.107

Prefix Reserved
dotnet add package GemBox.Pdf --version 2025.3.107                
NuGet\Install-Package GemBox.Pdf -Version 2025.3.107                
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" Version="2025.3.107" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Pdf --version 2025.3.107                
#r "nuget: GemBox.Pdf, 2025.3.107"                
#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.
// Install GemBox.Pdf as a Cake Addin
#addin nuget:?package=GemBox.Pdf&version=2025.3.107

// Install GemBox.Pdf as a Cake Tool
#tool nuget:?package=GemBox.Pdf&version=2025.3.107                

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. 
.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 (3)

Showing the top 3 NuGet packages that depend on GemBox.Pdf:

Package Downloads
GemBox.Bundle

GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses.

GemBox.Pdf.Ocr

GemBox.Pdf.Ocr is a utility component for GemBox.Pdf that enables developers to read text from an image.

Verify.GemBox

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via GemBox.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2025.3.107 2,325 3/11/2025
2025.2.104 4,268 2/14/2025
2025.1.103 7,491 1/24/2025
17.0.1648 15,468 12/5/2024
17.0.1620 17,434 11/4/2024
17.0.1611 60,407 10/8/2024
17.0.1604 19,110 9/5/2024
17.0.1593 18,932 8/13/2024
17.0.1579 11,337 7/5/2024
17.0.1565 10,014 6/7/2024
17.0.1545 17,710 5/7/2024
17.0.1528 27,850 4/6/2024
17.0.1508 20,382 3/4/2024
17.0.1497 11,426 2/13/2024
17.0.1485 11,267 1/15/2024
17.0.1474 366,320 12/8/2023
17.0.1457 19,945 11/16/2023
17.0.1438 34,329 10/21/2023
17.0.1404 102,618 9/5/2023
17.0.1386 12,037 8/4/2023
17.0.1371 8,880 7/7/2023
17.0.1363 9,628 6/12/2023
17.0.1342 12,262 5/10/2023
17.0.1323 22,646 4/5/2023
17.0.1300 31,482 3/10/2023
17.0.1281 25,952 2/3/2023
17.0.1258 14,447 1/3/2023
17.0.1244 13,504 12/14/2022
17.0.1224 8,551 11/9/2022
17.0.1208 15,050 10/12/2022
17.0.1200 16,364 9/6/2022
17.0.1187 13,896 8/12/2022
17.0.1177 41,412 7/21/2022
17.0.1165 13,645 6/10/2022
17.0.1158 20,074 5/16/2022
17.0.1149 32,285 4/21/2022
17.0.1122 34,125 3/9/2022
17.0.1104 29,829 2/1/2022
17.0.1087 47,531 1/5/2022
17.0.1072 15,470 12/6/2021
17.0.1059 19,378 11/8/2021
17.0.1042 18,616 10/1/2021
17.0.1015 12,761 8/26/2021
17.0.1000 44,266 7/23/2021
15.0.1160 31,494 6/17/2021
15.0.1145 18,106 5/4/2021
15.0.1121 5,690 4/2/2021
15.0.1077 9,414 2/9/2021
15.0.1062 6,014 1/13/2021
15.0.1042 14,245 12/4/2020
15.0.1033 18,783 11/5/2020
15.0.1023 3,994 10/19/2020
15.0.1018 73,640 9/15/2020
15.0.1015 22,076 8/6/2020
15.0.1009 15,063 6/26/2020
15.0.1000 2,559 5/27/2020
13.0.1100 32,347 4/10/2020
13.0.1096 23,954 3/17/2020
13.0.0.1087 13,147 2/19/2020
13.0.0.1074 8,113 1/14/2020
13.0.0.1067 13,668 12/3/2019
13.0.0.1061 27,779 11/6/2019
13.0.0.1052 7,115 10/4/2019
13.0.0.1046 963 9/23/2019
13.0.0.1042 3,363 8/9/2019
13.0.0.1036 14,418 6/7/2019
13.0.0.1030 1,547 5/8/2019
13.0.0.1022 1,478 4/2/2019
13.0.0.1021 913 4/1/2019
13.0.0.1015 4,532 1/3/2019
13.0.0.1009 2,276 11/15/2018
13.0.0.1006 1,679 9/25/2018
13.0.0.1000 3,205 7/18/2018
10.0.0.1004 1,961 7/16/2018
10.0.0.1002 2,948 5/4/2018
10.0.0.1001 1,881 1/22/2018
10.0.0.1000 1,932 12/27/2017

Improved quality of OCR feature and capabilities of OcrReadOptions.
Fixed issue with RenderTargetBitmap causing COMException.