GemBox.Pdf 17.0.1281

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.1281
NuGet\Install-Package GemBox.Pdf -Version 17.0.1281
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.1281" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Pdf --version 17.0.1281
#r "nuget: GemBox.Pdf, 17.0.1281"
#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.1281

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

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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net6.0-windows7.0 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows net7.0-windows7.0
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
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.1300 1,191 3/10/2023
17.0.1281 4,922 2/3/2023
17.0.1258 5,590 1/3/2023
17.0.1244 6,294 12/14/2022
17.0.1224 5,456 11/9/2022
17.0.1208 6,446 10/12/2022
17.0.1200 5,070 9/6/2022
17.0.1187 6,094 8/12/2022
17.0.1177 9,901 7/21/2022
17.0.1165 7,348 6/10/2022
17.0.1158 14,219 5/16/2022
17.0.1149 9,043 4/21/2022
17.0.1122 22,696 3/9/2022
17.0.1104 18,806 2/1/2022
17.0.1087 14,683 1/5/2022
17.0.1072 10,438 12/6/2021
17.0.1059 10,556 11/8/2021
17.0.1042 7,429 10/1/2021
17.0.1015 5,094 8/26/2021
17.0.1000 25,002 7/23/2021
15.0.1160 13,297 6/17/2021
15.0.1145 9,851 5/4/2021
15.0.1121 3,658 4/2/2021
15.0.1077 6,026 2/9/2021
15.0.1062 5,712 1/13/2021
15.0.1042 9,460 12/4/2020
15.0.1033 11,741 11/5/2020
15.0.1023 2,932 10/19/2020
15.0.1018 15,110 9/15/2020
15.0.1015 6,858 8/6/2020
15.0.1009 5,040 6/26/2020
15.0.1000 2,079 5/27/2020
13.0.1100 21,196 4/10/2020
13.0.1096 16,587 3/17/2020
13.0.0.1087 6,654 2/19/2020
13.0.0.1074 6,575 1/14/2020
13.0.0.1067 8,483 12/3/2019
13.0.0.1061 17,884 11/6/2019
13.0.0.1052 6,034 10/4/2019
13.0.0.1046 690 9/23/2019
13.0.0.1042 2,789 8/9/2019
13.0.0.1036 14,120 6/7/2019
13.0.0.1030 1,288 5/8/2019
13.0.0.1022 1,207 4/2/2019
13.0.0.1021 654 4/1/2019
13.0.0.1015 3,762 1/3/2019
13.0.0.1009 1,763 11/15/2018
13.0.0.1006 1,257 9/25/2018
13.0.0.1000 2,512 7/18/2018
10.0.0.1004 1,536 7/16/2018
10.0.0.1002 2,389 5/4/2018
10.0.0.1001 1,445 1/22/2018
10.0.0.1000 1,254 12/27/2017

- Fixed issue with reading PdfName for '#' character only.
- Fixed issue with skipping images inside form elements in OCR reader.
- Fixed issue with WPF Dispatcher handler.
- Fixed issue with cloning indirect string array from another document.
- Added support for signature appearance layers.
- Added support for PdfObject.GetOrAddDictionary extension method.
- Fixed issue with adding image from resources.
- Fixed issue with reading inline image data that ends with 'EI '.
- Fixed issue with incremental update of invalid PDF file.
- Fixed issue with missing images in Document Viewer after Windows update from December 2022.