Select.Pdf 24.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Select.Pdf --version 24.1.0
                    
NuGet\Install-Package Select.Pdf -Version 24.1.0
                    
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="Select.Pdf" Version="24.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Select.Pdf" Version="24.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Select.Pdf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Select.Pdf --version 24.1.0
                    
#r "nuget: Select.Pdf, 24.1.0"
                    
#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.
#addin nuget:?package=Select.Pdf&version=24.1.0
                    
Install Select.Pdf as a Cake Addin
#tool nuget:?package=Select.Pdf&version=24.1.0
                    
Install Select.Pdf as a Cake Tool

SelectPdf PDF Library for .NET with Html To Pdf Converter

SelectPdf

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 8 and above. SelectPdf only works on Windows. SelectPdf works on Azure cloud, including Azure Web Apps (Basic plan or above) with some limitations.

Main Features

General Features

  • Support for .NET Framework and .NET Core on Windows systems
  • 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
  • Resize/scale existing PDF content

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
  • Repeat html table headers on each page
  • Support for @media types screen and print
  • Support for internal and external links
  • Generate bookmarks automatically based on html elements
  • Support for HTTP headers
  • Support for HTTP cookies
  • Support for HTTP POST parameters
  • Possibility to manually start the html to pdf conversion from Javascript
  • Support for web pages that require authentication
  • Support for proxy servers
  • Possibility to convert only a section of a web page to pdf
  • Possibility to exclude certain html elements from conversion
  • Enable/disable javascript
  • Modify color space
  • Support for PDF/A, PDF/X standards
  • Multithreading support
  • HTML5/CSS3 support
  • Web fonts support

Html to Image Converter Features

  • Convert any web page to image
  • Convert any raw html string to image

Pdf To Text Converter Features

  • Extract Text from PDF
  • Extract text at specific coordinates
  • Search for Text in PDF

Pdf To Image Converter Features

  • Convert PDF Pages to Images

Documentation and Samples

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 8 use the following package: Select.Pdf.NetCore.

For complete product information, take a look at SelectPdf website.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.1.0 1,590 4/15/2025
24.1.0 52,297 6/3/2024
23.2.0 51,274 12/5/2023
23.2.0-rc2 4,295 10/5/2023
23.2.0-rc1 1,801 10/2/2023
23.1.0 76,557 6/8/2023
23.1.0-dev2 3,385 3/21/2023
23.1.0-dev1 2,026 3/14/2023
22.2.0 89,750 12/12/2022
22.1.0 130,286 3/21/2022
21.2.0 62,905 11/25/2021
21.1.0 131,701 5/6/2021
20.2.0 117,277 10/26/2020
20.1.0 167,654 4/24/2020
19.2.0 202,671 10/16/2019
19.1.0 101,327 5/10/2019
18.4.0 282,493 11/12/2018
18.3.0 92,501 6/7/2018
18.2.0 37,859 5/9/2018
18.1.0 46,357 3/19/2018
17.3.0 132,874 10/17/2017
17.2.0 6,782 9/25/2017
17.1.0 100,343 3/23/2017
16.4.0.1 54,293 10/20/2016
16.3.0 126,913 6/6/2016
16.2.0 37,071 3/24/2016
16.1.1 5,562 2/1/2016
15.2.0 36,536 5/29/2015
15.1.0.1 16,662 2/16/2015