GemBox.Pdf 2025.10.101

Prefix Reserved
dotnet add package GemBox.Pdf --version 2025.10.101
                    
NuGet\Install-Package GemBox.Pdf -Version 2025.10.101
                    
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.10.101" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Pdf" Version="2025.10.101" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Pdf" />
                    
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 --version 2025.10.101
                    
#r "nuget: GemBox.Pdf, 2025.10.101"
                    
#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@2025.10.101
                    
#: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&version=2025.10.101
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Pdf&version=2025.10.101
                    
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 (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.10.101 1,023 10/2/2025
2025.9.103 3,036 9/4/2025
2025.8.112 4,314 8/13/2025
2025.7.100 5,481 7/2/2025
2025.6.105 6,271 6/14/2025
2025.5.103 16,170 5/7/2025
2025.4.103 17,509 4/4/2025
2025.3.107 34,829 3/11/2025
2025.2.104 12,758 2/14/2025
2025.1.103 13,230 1/24/2025
17.0.1648 35,556 12/5/2024
17.0.1620 26,283 11/4/2024
17.0.1611 134,344 10/8/2024
17.0.1604 24,244 9/5/2024
17.0.1593 30,843 8/13/2024
17.0.1579 17,077 7/5/2024
17.0.1565 13,525 6/7/2024
17.0.1545 30,194 5/7/2024
17.0.1528 37,262 4/6/2024
17.0.1508 22,700 3/4/2024
17.0.1497 18,050 2/13/2024
17.0.1485 13,706 1/15/2024
17.0.1474 627,464 12/8/2023
17.0.1457 21,265 11/16/2023
17.0.1438 41,484 10/21/2023
17.0.1404 112,628 9/5/2023
17.0.1386 13,205 8/4/2023
17.0.1371 10,541 7/7/2023
17.0.1363 11,722 6/12/2023
17.0.1342 15,553 5/10/2023
17.0.1323 24,823 4/5/2023
17.0.1300 35,081 3/10/2023
17.0.1281 29,352 2/3/2023
17.0.1258 16,253 1/3/2023
17.0.1244 15,161 12/14/2022
17.0.1224 9,764 11/9/2022
17.0.1208 16,116 10/12/2022
17.0.1200 18,481 9/6/2022
17.0.1187 15,046 8/12/2022
17.0.1177 44,380 7/21/2022
17.0.1165 16,301 6/10/2022
17.0.1158 21,662 5/16/2022
17.0.1149 36,880 4/21/2022
17.0.1122 36,095 3/9/2022
17.0.1104 30,980 2/1/2022
17.0.1087 52,933 1/5/2022
17.0.1072 17,768 12/6/2021
17.0.1059 20,625 11/8/2021
17.0.1042 21,500 10/1/2021
17.0.1015 15,707 8/26/2021
17.0.1000 49,012 7/23/2021
15.0.1160 35,043 6/17/2021
15.0.1145 20,581 5/4/2021
15.0.1121 6,725 4/2/2021
15.0.1077 10,955 2/9/2021
15.0.1062 7,027 1/13/2021
15.0.1042 16,196 12/4/2020
15.0.1033 19,816 11/5/2020
15.0.1023 4,976 10/19/2020
15.0.1018 74,649 9/15/2020
15.0.1015 29,268 8/6/2020
15.0.1009 20,245 6/26/2020
15.0.1000 3,530 5/27/2020
13.0.1100 36,016 4/10/2020
13.0.1096 26,001 3/17/2020
13.0.0.1087 15,000 2/19/2020
13.0.0.1074 9,339 1/14/2020
13.0.0.1067 16,898 12/3/2019
13.0.0.1061 30,694 11/6/2019
13.0.0.1052 8,090 10/4/2019
13.0.0.1046 1,909 9/23/2019
13.0.0.1042 4,360 8/9/2019
13.0.0.1036 15,364 6/7/2019
13.0.0.1030 2,494 5/8/2019
13.0.0.1022 2,432 4/2/2019
13.0.0.1021 1,865 4/1/2019
13.0.0.1015 5,985 1/3/2019
13.0.0.1009 3,297 11/15/2018
13.0.0.1006 2,663 9/25/2018
13.0.0.1000 4,396 7/18/2018
10.0.0.1004 3,102 7/16/2018
10.0.0.1002 4,180 5/4/2018
10.0.0.1001 3,007 1/22/2018
10.0.0.1000 3,182 12/27/2017

Fixed issue with invalid root indirect object.
Fixed issue with multiple paths having blend mode.
Fixed issue with color space when rendering JPX image.
Added SkiaSharp.NativeAssets.Linux and HarfBuzzSharp.NativeAssets.Linux dependencies.
Fixed issue with ligature characters on fallback fonts when rendering.
Fixed issue with glyph bounds calculation.
Fixed issue with soft mask rendering and size calculation in XPS writer.
Fixed issue with reading huge number of incremental sections.