PSPDFKit Library for .NET Changelog

This page displays the changes to PSPDFKit Library for .NET (legacy product).

For more information on the changes to PSPDFKit GdPicture.NET Library (latest product), see the PSPDFKit GdPicture.NET Library Changelog.

1.4.1 - 29 Jun 2021

  • Fixes an issue where applying redaction annotations using Document.SaveAs with a WritableDataProvider fails to process the redactions. (#29838)

  • Fixes an issue where redactions of paths could fail with Coordinate outside allowed range if the path coordinates were very large. (#29791)

  • Fixes an issue where OCR would fail if no text is on the page. Now the call returns successfully. (#29527)

  • Fixes an issue with OCR where no text is found if the text on the page is relatively large. (#29512)

1.4.0 - 11 May 2021

  • Updates the Catalog examples to run in trial mode without a license key. (#29356)

  • Fixes an issue where applying redaction annotations using Document.SaveAs may delete the redaction annotations without applying them. (#29222)

  • Fixes an issue where importing a document from a data stream using the DocumentEditor throws an exception. (#27155)

  • Adds the ability to extract lines of text from a document Page with GetTextLines. (#26923)

  • Adds a initializeTrial method that allows trialing the library without a license key. (#28238)

  • Fixes an issue where OCR could not be performed on a certain image due to an incorrect render scale. (#26118)

  • Fixes an issue where the Catalog app could only be run from a specific location when using the command line on Unix platforms. (#24858)

  • Fixes issues where pages were not moved correctly when using the document editor API. (#24939)

  • OCR now uses NEON and AVX intrinsics for better performance. (#24870)

  • Improves log noise in the OCR Library by removing unnecessary log messages in release mode. (#25532)

  • Improves exception message when native library fails to load. (#25630)

1.3.0 - 14 Jul 2020

  • Adds a new OcrProcessor to provide OCR functionality enabling images with text to searched and have markup annotations applied. (#24588)

  • Fixes PSPDFKit.NET NuGet package configurations to x64 and x86 to purposely fail Any CPU configurations. (#24676)

  • Fixes macOS x64 architecture to future proof new architecture additions. (#24676)

  • Fixes an issue where text with word or character spacing is shifted after redaction has been applied. (#24476)

1.2.0 - 16 Apr 2020

  • Adds GetRotation method to PageInfo exposing the page rotation information. (#23220)

  • Adds the Projection helper class to convert between raw PDF coordinates and normalized PDF coordinates. (#23387)

  • Adds the ability to get and set form field values. (#23640)

  • Fixes an issue with the bounding box rectangle representation. (#23582)

1.1.0 - 04 Feb 2020

  • Adds a new RedactionProcessor to automate the permanent removal of data from a document. (#22813)

  • Adds a SaveAs method for Document allowing for saving to a specified destination. (#22620)

  • Improves catalog example compatibility by migrating to .NET Core 3.1. (#22939)

  • Fixes initialization error output to advise on fixes. (#22901)

1.0.1 - 09 Dec 2019

  • Fixes an issue where flattening was not performed when a custom DataProvider was used. (#22624)

  • Fixes Windows runtime dependencies causing “Can’t find dependent libraries” message. (#22592)

1.0.0 - 31 Oct 2019

See the announcement post.

  • Initial release