![]() |
VOOZH | about |
dotnet add package Select.Pdf.NetCore.Blink --version 26.3.0
NuGet\Install-Package Select.Pdf.NetCore.Blink -Version 26.3.0
<PackageReference Include="Select.Pdf.NetCore.Blink" Version="26.3.0" />
<PackageVersion Include="Select.Pdf.NetCore.Blink" Version="26.3.0" />Directory.Packages.props
<PackageReference Include="Select.Pdf.NetCore.Blink" />Project file
paket add Select.Pdf.NetCore.Blink --version 26.3.0
#r "nuget: Select.Pdf.NetCore.Blink, 26.3.0"
#:package Select.Pdf.NetCore.Blink@26.3.0
#addin nuget:?package=Select.Pdf.NetCore.Blink&version=26.3.0Install as a Cake Addin
#tool nuget:?package=Select.Pdf.NetCore.Blink&version=26.3.0Install as a Cake Tool
SelectPdf for .NET is a professional PDF library that can be used for creating, writing, editing, handling and reading PDF files without any external dependencies within .NET applications. Using this .NET PDF library, you can implement rich capabilities to create PDF files from scratch or process existing PDF documents entirely through C#/VB.NET without installing Adobe Acrobat.
Many rich features can be supported by the .NET PDF API, such as security setting (including digital signatures), PDF merge/split, text, html and image drawing into pdf and many more. Besides, SelectPdf for .NET component can be used to easily convert HTML to PDF with C#/VB.NET in high quality. SelectPdf can also extract text from existing PDF documents or search for text in PDF documents and can convert PDF pages to raster images (PNG, BMP, JPEG, TIFF).
This is a package for .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, .NET Core, .NET 4.7.2, .NET 4.6.1. Use this package if you need to convert from HTML to PDF with Blink rendering engine. SelectPdf only works on Windows. SelectPdf works on Azure cloud, including Azure Web Apps (Basic plan or above) with some limitations.
Online demo MVC C#: https://selectpdf.com/demo-mvc/
Online demo MVC Vb.Net: https://selectpdf.com/demo-mvc-vb/
Online documentation: https://selectpdf.com/pdf-library/
SelectPdf is very easy to use. For example, the following code will create a pdf document with a simple text in it:
SelectPdf.PdfDocument doc = new SelectPdf.PdfDocument();
SelectPdf.PdfPage page = doc.AddPage();
SelectPdf.PdfFont font = doc.AddFont(SelectPdf.PdfStandardFont.Helvetica);
font.Size = 20;
SelectPdf.PdfTextElement text = new SelectPdf.PdfTextElement(50, 50, "Hello world!", font);
page.Add(text);
doc.Save("test.pdf");
doc.Close();
With SelectPdf is also very easy to convert any web page to a pdf document using Blink rendering engine. The code is as simple as this:
SelectPdf.HtmlToPdf converter = new SelectPdf.HtmlToPdf();
converter.Options.RenderingEngine = SelectPdf.RenderingEngine.Blink;
SelectPdf.PdfDocument doc = converter.ConvertUrl("https://selectpdf.com");
doc.Save("test.pdf");
doc.Close();
When SelectPdf is installed into your project, a reference to Select.Pdf.dll is created. Besides this assembly, several additional files are needed by SelectPdf:
If you are using a newer NuGet client (newer Visual Studio - 2017+) and a newer project type that uses PackageReference,
these files are automatically copied to your project.
If you are using older Visual Studio versions or older project types, these files will not be copied automatically to your project.
IMPORTANT: If you do not see these files into your project, you need to manually copy them from the packages folder located next to your solution.
You will find them in \packages\Select.Pdf.NetCore.26.3.0\contentFiles\any\any\ folder.
Copy all the files into your project bin folder (\bin\Release, \bin\Debug), next to SelectPdf library main assembly - Select.Pdf.dll.
IMPORTANT: To have these files included when you publish or deploy your application, set in Visual Studio:
For complete product information, take a look at SelectPdf website.
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.3.0 | 68 | 6/16/2026 |
| 26.2.0 | 496 | 4/30/2026 |
| 26.1.0 | 636 | 3/19/2026 |
| 25.2.0 | 16,182 | 5/23/2025 |
| 25.1.0 | 884 | 4/15/2025 |
| 24.1.0 | 29,234 | 6/3/2024 |
| 23.2.0 | 116,612 | 12/5/2023 |
| 23.2.0-rc2 | 593 | 10/5/2023 |
| 23.2.0-rc1 | 620 | 10/2/2023 |
| 23.1.0 | 11,276 | 6/8/2023 |
| 23.1.0-dev2 | 742 | 3/21/2023 |
| 23.1.0-dev1 | 684 | 3/14/2023 |
| 22.2.0 | 11,047 | 12/12/2022 |
| 22.1.0 | 43,915 | 3/21/2022 |
| 21.2.0 | 19,690 | 11/25/2021 |
| 21.1.0 | 14,964 | 5/6/2021 |
| 20.2.0 | 8,652 | 10/26/2020 |