![]() |
VOOZH | about |
dotnet add package Select.Pdf.NetCore --version 26.3.0
NuGet\Install-Package Select.Pdf.NetCore -Version 26.3.0
<PackageReference Include="Select.Pdf.NetCore" Version="26.3.0" />
<PackageVersion Include="Select.Pdf.NetCore" Version="26.3.0" />Directory.Packages.props
<PackageReference Include="Select.Pdf.NetCore" />Project file
paket add Select.Pdf.NetCore --version 26.3.0
#r "nuget: Select.Pdf.NetCore, 26.3.0"
#:package Select.Pdf.NetCore@26.3.0
#addin nuget:?package=Select.Pdf.NetCore&version=26.3.0Install as a Cake Addin
#tool nuget:?package=Select.Pdf.NetCore&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 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. 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();
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Select.Pdf.NetCore:
| Package | Downloads |
|---|---|
|
Select.Pdf.NetCore.Blink
SelectPdf can be used as a general purpose PDF library in any .NET Core application. It offers the possibility to create or modify existing documents, add new elements (like text, html, images, shapes), change pdf document security settings, merge or split existing documents and many more. Select.Pdf also contains a state of the art html to pdf converter that supports the latest html and css versions. General Features: Generate PDF documents from scratch, Load and modify existing PDF documents, Set PDF document properties, Set PDF document viewer preferences, Set pdf page settings (size, orientation, margins), Set PDF document security settings (user password, permissions), Support for a large variety of pdf elements: text, image, html, shapes, links, bookmarks, etc, Pdf templates to repeat elements in all pages of the generated PDF document, Custom headers and footers for the generated pdf document, Watermarks and stamps, Support for page numbering, Merge pdf documents, Split pdf documents, Extract pages from existing pdf documents, Digital signatures, Compressed pdf documents, Support for pdf open actions (open to a specific page, execute javascript), Modify color space, Support for PDF/A, PDF/X standards, Advanced security settings (RC4 or AES encryption algorithms, up to 256 bits encryption keys), Form filling, PDF portfolios management. Html to Pdf Converter Features: Convert any web page to pdf, Convert any raw html string to pdf, Set pdf page settings (page size, page orientation, page margins), Resize content during conversion to fit the pdf page, Set pdf document properties, Set pdf viewer preferences, Set pdf security (passwords, permissions), Convert multiple web pages into the same pdf document, Set conversion delay and web page navigation timeout, Custom headers and footers, Support for html in headers and footers, Possibility to have different headers and footers for specific pages, Automatic and manual page breaks and many more. |
|
|
Webezi.HtmlToPdf.Pdfcrowd
Webezi.HtmlToPdf.Pdfcrowd is an extension to implement to convert html to pdf with pdfcrowd |
|
|
Webezi.Abp.HtmlToPdf.Pdfcrowd
Webezi.Abp.HtmlToPdf.Pdfcrowd is an extension to use Webezi.Extensions.HtmlToPdf.Pdfcrowd in Abp |
|
|
Freeware.Html2Pdf
HTML to PDF converter. Example: byte[] pdf = Freeware.Html2Pdf.Convert(html); |
|
|
Select.Pdf.NetCore.Chromium.Windows
SelectPdf can be used as a general purpose PDF library in any .NET Core application. It offers the possibility to create or modify existing documents, add new elements (like text, html, images, shapes), change pdf document security settings, merge or split existing documents and many more. Select.Pdf also contains a state of the art html to pdf converter that supports the latest html and css versions. General Features: Generate PDF documents from scratch, Load and modify existing PDF documents, Set PDF document properties, Set PDF document viewer preferences, Set pdf page settings (size, orientation, margins), Set PDF document security settings (user password, permissions), Support for a large variety of pdf elements: text, image, html, shapes, links, bookmarks, etc, Pdf templates to repeat elements in all pages of the generated PDF document, Custom headers and footers for the generated pdf document, Watermarks and stamps, Support for page numbering, Merge pdf documents, Split pdf documents, Extract pages from existing pdf documents, Digital signatures, Compressed pdf documents, Support for pdf open actions (open to a specific page, execute javascript), Modify color space, Support for PDF/A, PDF/X standards, Advanced security settings (RC4 or AES encryption algorithms, up to 256 bits encryption keys), Form filling, PDF portfolios management. Html to Pdf Converter Features: Convert any web page to pdf, Convert any raw html string to pdf, Set pdf page settings (page size, page orientation, page margins), Resize content during conversion to fit the pdf page, Set pdf document properties, Set pdf viewer preferences, Set pdf security (passwords, permissions), Convert multiple web pages into the same pdf document, Set conversion delay and web page navigation timeout, Custom headers and footers, Support for html in headers and footers, Possibility to have different headers and footers for specific pages, Automatic and manual page breaks and many more. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.3.0 | 260 | 6/16/2026 |
| 26.2.0 | 3,237 | 4/30/2026 |
| 26.1.0 | 4,151 | 3/19/2026 |
| 25.2.0 | 132,044 | 5/23/2025 |
| 25.1.0 | 7,329 | 4/15/2025 |
| 24.1.0 | 474,673 | 6/3/2024 |
| 23.2.0 | 251,437 | 12/5/2023 |
| 23.2.0-rc2 | 4,372 | 10/5/2023 |
| 23.2.0-rc1 | 1,839 | 10/2/2023 |
| 23.1.0 | 181,479 | 6/8/2023 |
| 23.1.0-dev2 | 3,122 | 3/21/2023 |
| 23.1.0-dev1 | 2,803 | 3/14/2023 |
| 22.2.0 | 308,604 | 12/12/2022 |
| 22.1.0 | 520,497 | 3/21/2022 |
| 21.2.0 | 211,260 | 11/25/2021 |
| 21.1.0 | 213,698 | 5/6/2021 |