Spire.PDF 3.0.27

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spire.PDF --version 3.0.27
                    
NuGet\Install-Package Spire.PDF -Version 3.0.27
                    
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="3.0.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Spire.PDF" Version="3.0.27" />
                    
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 3.0.27
                    
#r "nuget: Spire.PDF, 3.0.27"
                    
#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@3.0.27
                    
#: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=3.0.27
                    
Install as a Cake Addin
#tool nuget:?package=Spire.PDF&version=3.0.27
                    
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 3.0.27
New features:
Add new feature to convert html string to PDF.
Add new feature pdf.SaveAsDrawingImage(pageIndex); to save pdf as DrawingImage for WPF

Bug Solutions:
Fix the error "object reference not set to an instance of an object" caused in converting PDF to Image.
Fix the blank output PDF issue after converting HTML to PDF.
Fix the "Out of memory" exception when using TrueType fonts embedded in the pdf file.
Fix the error "Parameter is not valid" caused in converting PDF to XPS.
Fix the issue that the pages render with a strange space in the beginning of the file when displaying PDF file inside a Print Preview Dialog.
Fix losing the fonts issue after merging two pdf files.



Spire.PDF 2.9.51--When convert XPS to PDF, the error of missing letters has been fixed.

Spire.PDF 2.9.43 this time offers you a smooth experience with extract image from PDF file.
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.