![]() |
VOOZH | about |
dotnet add package Select.Pdf --version 26.3.0
NuGet\Install-Package Select.Pdf -Version 26.3.0
<PackageReference Include="Select.Pdf" Version="26.3.0" />
<PackageVersion Include="Select.Pdf" Version="26.3.0" />Directory.Packages.props
<PackageReference Include="Select.Pdf" />Project file
paket add Select.Pdf --version 26.3.0
#r "nuget: Select.Pdf, 26.3.0"
#:package Select.Pdf@26.3.0
#addin nuget:?package=Select.Pdf&version=26.3.0Install as a Cake Addin
#tool nuget:?package=Select.Pdf&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).
SelectPdf provides versions for .NET Framework and .NET Core 2.0 and above (through .NET Standard 2.0). This includes .NET 5 - .NET 10 and above. SelectPdf only works on Windows. SelectPdf works on Azure cloud, including Azure Web Apps (Basic plan or above) with some limitations.
Online demo C#: https://selectpdf.com/demo/
Online demo Vb.Net: https://selectpdf.com/demo-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. The code is as simple as this:
SelectPdf.HtmlToPdf converter = new SelectPdf.HtmlToPdf();
SelectPdf.PdfDocument doc = converter.ConvertUrl("https://selectpdf.com");
doc.Save("test.pdf");
doc.Close();
IMPORTANT: This package works for .NET Framework up to version 4.5. To use newer .NET Framework versions, .NET Core, .NET 5 - .NET 10 use the following package: Select.Pdf.NetCore.
For complete product information, take a look at SelectPdf website.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 net20 is compatible. net35 net35 was computed. net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Select.Pdf:
| Package | Downloads |
|---|---|
|
CloudCore.Web
The modules required to build CloudCore-based web modules. |
|
|
Exclr8.VNext.CloudCore.Web.Core
The core modules required to build CloudCore-based web modules. |
|
|
Exclr8.VCurrent.CloudCore.Web.Core
The core modules required to build CloudCore-based web modules. |
|
|
MSCTP.Office.NetCore
This 's Libraries for Excel - Import Excel - Export Excel simple,custom template,with template from excel file - Manual Easy Using 3rd Package - Epplus - Select PDF |
|
|
Assignment5_jay
This is package for assignment 5. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.3.0 | 256 | 6/16/2026 |
| 26.2.0 | 2,771 | 4/30/2026 |
| 26.1.0 | 2,678 | 3/19/2026 |
| 25.2.0 | 19,328 | 5/23/2025 |
| 25.1.0 | 8,092 | 4/15/2025 |
| 24.1.0 | 83,320 | 6/3/2024 |
| 23.2.0 | 67,049 | 12/5/2023 |
| 23.2.0-rc2 | 4,491 | 10/5/2023 |
| 23.2.0-rc1 | 1,924 | 10/2/2023 |
| 23.1.0 | 91,150 | 6/8/2023 |
| 23.1.0-dev2 | 3,601 | 3/21/2023 |
| 23.1.0-dev1 | 2,199 | 3/14/2023 |
| 22.2.0 | 113,861 | 12/12/2022 |
| 22.1.0 | 144,580 | 3/21/2022 |
| 21.2.0 | 73,591 | 11/25/2021 |
| 21.1.0 | 152,016 | 5/6/2021 |