PDFOne.NET 22.1.6

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

// Install PDFOne.NET as a Cake Tool
#tool nuget:?package=PDFOne.NET&version=22.1.6

Gnostice PDFOne .NET is a versatile PDF component suite for .NET developers to implement PDF-related tasks in their applications. PDFOne .NET can create, edit, view, print, search, redact, encrypt, decrypt, digitally sign, merge, split, reorganize, bookmark, annotate, watermark, and stamp PDF documents. PDFOne .NET can also create, edit, delete, fill and flatten PDF form fields. It also has an AJAX-powered Web-Forms PDF viewer component that can display and print PDF documents on any modern browser. PDFOne .NET is based entirely on managed code.

PDFOne .NET does all of this without any external PDF software such as Adobe PDF library, Adobe Acrobat Professional or Ghostscript. PDFOne .NET can be used with C#, VB.NET, ASP.NET and other .NET development platforms.

PDFOne components come with hundreds of functions and properties that put immense power in the hands of the developer. They hide the complexity of the PDF format and allows developers to quickly implement PDF-related features.

Product Compatible and additional computed target framework versions.
.NET Framework 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.1.30 1,177 5/4/2023
23.1.29 635 5/4/2023
22.1.6 1,599 4/22/2022
7.8.0 1,308 5/24/2021
7.7.0 1,878 12/24/2019
7.6.0 1,952 4/3/2019
7.5.0 1,669 10/24/2018
7.0.0 8,733 10/21/2014
6.1.0 7,813 9/24/2014

===
Important/Breaking changes

- Support for .NET Framework 2.0 is dropped from this release onward. From here on the lowest supported .NET Framework version is 4.0.
- Support for Visual Studio 2005 and 2008 is dropped from this release onward. From here on the lowest supported Visual Studio version is 2010.
- Starting from this release the product version numbering system has been changed to follow the {YYYY} {Rn} pattern where YYYY is the year of the release and n is the release number for the given year. Note that the assemblies will be versioned as {YY}.{n}.{internal-revision}.{build-counter}

===
Enhancements

PDF Processing
- Replaced the existing DCT image decoder with a faster one.
- Introduced CheckAndFixContentStream boolean property on PDFDocument class which checks that all the stored graphics operators are being closed. If they are not closed then the required number of restored graphic state operators will be added in the content stream.
- Implemented support for PostScript calculator function (Function type 4) which is one of the color transform functions for processing of certain ColorSpaces.

PDF Creation
- Added an overloaded WriteText method to write the text with specified character spacing between the characters using the CharacterSpacing property of PDFTextFormatter.
- Setting the PDFFormComboBox.SelectedItemIndex does not change the selected value in the saved PDF.

===
Fixes

PDF Processing
- Very slow processing of PDF containing DCT encoded images.
- Blank output is produced when rendering a PDF containing an image with DeviceGray ColorSpace and SMask.
- Throws IndexOutOfRangeException while loading some PDF documents when the file contains NUL bytes after EOF.
- Inline image with ColorSpace CMYK throws IndexOutOfRangeException due to lesser number of bytes in the source image.
- Inline image with CS as resource name was not handled.
- 1-D barcodes not appearing in print of the PDF file.
- Incorrect positioning of page contents when printing PDF file.
- Throws PDFException: "Incorrect offset found for object number ..." while loading faulty PDF documents containing white spaces or junk characters at BOF and incorrect offsets for the objects in the XRef table.
- Incorrect text rendered for embedded TrueType CID fonts having CFF based glyphs when Encoding data and Predefined Charset data are not specified in the font.
- Support for faulty PDF documents that contain content/image streams compressed using ASCIIHexDecode filter for which "End Of Data" marker (i.e., the character '>') is missing at the end of the stream.
- Throws NullReferenceException while retrieving bookmarks or Link annotations with GoTo action for which the destination page is specified as 'null'.

PDF Creation
- TextRise and Character spacing values are now written according to the English locale cultureinfo in order to avoid culture related conversion issues.
- Adding an image to a pdf with ColorSpace set to CMYK was creating a corrupted pdf.

===
Miscellaneous

- Removed reference to BouncyCastle crypto libraries.
- Updated log4net to version 2.0.14.