Spire.PDF 2.9.43

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spire.PDF --version 2.9.43
                    
NuGet\Install-Package Spire.PDF -Version 2.9.43
                    
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="Spire.PDF" Version="2.9.43" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Spire.PDF" Version="2.9.43" />
                    
Directory.Packages.props
<PackageReference Include="Spire.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 Spire.PDF --version 2.9.43
                    
#r "nuget: Spire.PDF, 2.9.43"
                    
#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.
#:package Spire.PDF@2.9.43
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Spire.PDF&version=2.9.43
                    
Install as a Cake Addin
#tool nuget:?package=Spire.PDF&version=2.9.43
                    
Install as a Cake Tool

Spire.PDF for .NET is a versatile PDF library that enables software developers to generate, edit, read and manipulate PDF files within their own .NET applications. As a standalone PDF component, Spire.PDF for .NET provides users an incredible wealth of features without installing Adobe Acrobat. This component is completely written in C#, but also supports VB.NET, Windows Forms and ASP.NET.
With the Spire.PDF for .NET API, you can get the ability to read PDF text and image even attachments with high efficiency. Even the special content such as language written from right to left can be extracted such as Herbrew and Arabic. Other basic features such as text, image, table, shapes, hyperlinks, bookmark, headings, footnotes, lists, form fields, pagination, booklet barcode, attachments, transparency, annotations, actions, overlay etc all work great for users. As for security, Spire.PDF for .NET enables you to protect your PDF files by passwords and digital signature.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client 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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Spire.PDF:

Repository Stars
taurusxin/Ofd2Pdf
Convert OFD files to PDF files.
Version Downloads Last Updated
3.3.0 467 4/24/2015
3.2.178 277 4/14/2015
3.2.165 224 4/3/2015
3.2.151 215 3/23/2015
3.2.102 673 2/12/2015
3.2.82 272 1/30/2015
3.2.60 308 1/16/2015
3.2.31 413 12/22/2014
3.2.0 766 11/17/2014
3.1.53 914 9/26/2014
3.1.24 651 8/15/2014
3.1.9 317 7/17/2014
3.0.59 254 6/24/2014
3.0.43 96 6/4/2014
3.0.27 129 5/19/2014
2.9.53 594 3/31/2014
2.9.51 87 3/21/2014
2.9.43 85 3/17/2014
2.6.0 114 2/28/2013

Spire.PDF 2.9.43 this time offers you a smooth experience with extract image from PDF file. Please check the below bug solutions for detailed information.
Bug solutions:

   Fixed a bug that PdfPageBase.ExtractImages() method did not refresh the image list after adding new images to PDF.
   Fixed a bug that the pixel of the extracted images using PdfPageBase.ExtractImages() method was changed.