PDFNet 6.3.1.27328

There is a newer version of this package available.
See the version list below for details.
dotnet add package PDFNet --version 6.3.1.27328
NuGet\Install-Package PDFNet -Version 6.3.1.27328
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="PDFNet" Version="6.3.1.27328" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PDFNet --version 6.3.1.27328
#r "nuget: PDFNet, 6.3.1.27328"
#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.
// Install PDFNet as a Cake Addin
#addin nuget:?package=PDFNet&version=6.3.1.27328

// Install PDFNet as a Cake Tool
#tool nuget:?package=PDFNet&version=6.3.1.27328

[PDF Reader. PDF Control. PDF Component]

PDFNet SDK is the ultimate PDF toolkit.

With PDFNet components you can build reliable & speedy applications that can view, create, print, edit, and annotate PDFs ... across operating systems.

Developers use PDFNet SDK to read, write, and edit PDF documents compatible with all published versions of PDF specification (including the latest ISO32000). The extensive PDF library API supports most common use-case scenarios such as:
*        PDF Viewing & Collaboration
*        PDF Rasterization
*        PDF Printing
*        PDF Form filling and flattening
*        PDF Split & Merge
*        PDF Stamping
*        Dynamic PDF generation (e.g. FlowDocument & Xaml to PDF)
*        PDF Text extraction and indexing
*        PDF Packages
*        PDF Layers (OCGs)
*        PDF Editing
*        PDF Encryption
*        Manipulate PDF bookmarks, links, and annotations.
*        PDF Optimization
*        PDF conversion to XML, HTML, XPS, SVG, TIF, etc.
*        PDF/A Validation and Conversion
*        PDF Redaction
*        PDF Conversion from XPS, MS Office, HTML, XAML, TXT, TIFF etc.
*        HTML to PDF Conversion

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.4.1.29791 431 3/16/2015
6.4.0.29516 193 2/16/2015
6.4.0.29186 142 1/26/2015
6.3.1.27328 368 10/20/2014
6.2.4.26631 171 9/10/2014
6.2.3.25804 171 8/12/2014

* Added "Erase" method for Ink annotations, to erase a rectangular area.
* Added "night mode" to reverse the colors of PDFs during rendering.
* Added method to create images from filters.
* Added ability to pass in a memory buffer of an image, without specifying dimensions, BPC, et cetera.
* Added Font.createCIDTrueTypeFont that accepts index into a True Type Collection.
* Added SetDefaultFlateCompressionLevel method.
* Improved error reporting during Office interop conversion.
* PDF2SVG can now use font substitutions specified in config.xml (as in PDF2Image).
* Can now specify DPI and maximum resolution for SVG conversions.
* SetJPGQuality will now work with ToHTML and ToEPUB options.
* Redaction now preserves CMYK images instead of converting to RGB.
* Reduced symbols exported by Linux builds.
* Added support for creating invisible text in place of text inside transparency groups when flattening.
* Improved external XFDF generation during XOD conversion.
* Added option to SetImageSmoothing API for higher-quality resampling at the expense of rendering performance.
* Improved path hinting and thin line adjustment.
* Added Convert.ToTiff method to for easy conversion of PDF documents to mutli-page TIFF documents.
* Added Office interop conversion support for CSV, XLAM, XLTM, and XLSB files.
* Improved appearance of text fields, radio buttons, PolyLine and Polygon annotations.
* Windows Print API takes an optional OCG context, to control which layers are printed.
* Important bug fixes and incremental improvements.