GemBox.Pdf 17.0.1300

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0 .NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Pdf --version 17.0.1300
NuGet\Install-Package GemBox.Pdf -Version 17.0.1300
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="17.0.1300" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Pdf --version 17.0.1300
#r "nuget: GemBox.Pdf, 17.0.1300"
#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=17.0.1300

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

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.  net7.0-windows7.0 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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

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

Package Downloads
GemBox.Bundle The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.0.1342 1,172 5/10/2023
17.0.1323 2,384 4/5/2023
17.0.1300 6,173 3/10/2023
17.0.1281 9,242 2/3/2023
17.0.1258 6,695 1/3/2023
17.0.1244 6,937 12/14/2022
17.0.1224 6,030 11/9/2022
17.0.1208 8,412 10/12/2022
17.0.1200 6,984 9/6/2022
17.0.1187 7,072 8/12/2022
17.0.1177 13,428 7/21/2022
17.0.1165 8,361 6/10/2022
17.0.1158 14,877 5/16/2022
17.0.1149 11,214 4/21/2022
17.0.1122 23,864 3/9/2022
17.0.1104 20,008 2/1/2022
17.0.1087 17,337 1/5/2022
17.0.1072 10,721 12/6/2021
17.0.1059 11,843 11/8/2021
17.0.1042 8,191 10/1/2021
17.0.1015 5,545 8/26/2021
17.0.1000 26,146 7/23/2021
15.0.1160 15,043 6/17/2021
15.0.1145 10,501 5/4/2021
15.0.1121 3,899 4/2/2021
15.0.1077 6,465 2/9/2021
15.0.1062 5,793 1/13/2021
15.0.1042 10,041 12/4/2020
15.0.1033 12,354 11/5/2020
15.0.1023 3,226 10/19/2020
15.0.1018 21,159 9/15/2020
15.0.1015 8,190 8/6/2020
15.0.1009 5,784 6/26/2020
15.0.1000 2,225 5/27/2020
13.0.1100 22,154 4/10/2020
13.0.1096 17,033 3/17/2020
13.0.0.1087 7,186 2/19/2020
13.0.0.1074 6,682 1/14/2020
13.0.0.1067 8,615 12/3/2019
13.0.0.1061 18,951 11/6/2019
13.0.0.1052 6,124 10/4/2019
13.0.0.1046 769 9/23/2019
13.0.0.1042 2,905 8/9/2019
13.0.0.1036 14,209 6/7/2019
13.0.0.1030 1,384 5/8/2019
13.0.0.1022 1,314 4/2/2019
13.0.0.1021 745 4/1/2019
13.0.0.1015 3,856 1/3/2019
13.0.0.1009 1,907 11/15/2018
13.0.0.1006 1,371 9/25/2018
13.0.0.1000 2,637 7/18/2018
10.0.0.1004 1,654 7/16/2018
10.0.0.1002 2,520 5/4/2018
10.0.0.1001 1,565 1/22/2018
10.0.0.1000 1,385 12/27/2017

- Fixed issue with extracting images.
- Added support for PdfSignature.FileSectionDepth property.
- Fixed issue with invalid fields that have parent set to itself.
- Fixed issue with font resolution on Blazor WASM.
- Improved performance of converting pages to images.
- Added support for PdfRunJavaScriptAction class.
- Fixed issue with drawing image to multiple documents.
- Added support for sticky note, sound, and stamp annotations.
- Fixed issue with disposing object from PdfDocument.ConvertToXpsDocument.
- Added support for free text annotations.