Changelog
Follow us on Twitter for updates. Our blog highlights the best new features and changes.
Newest Release
1.3.0 - 14 Jul 2020
- Added
Adds a new
OcrProcessor
to provide OCR functionality enabling images with text to searched and have markup annotations applied. (#24655) - Added
Adds an example in the Catalog to show how to add a hyperlink annotation. (#24140)
- Fixed
Fixes macOS x64 architecture to future proof new architecture additions. (#24676)
- Fixed
Fixes an issue where text with word or character spacing is shifted after redaction has been applied. (#24476)
Previous Releases
1.2.0 - 16 Apr 2020
- Added
Adds
GetRotation
method toPageInfo
exposing the page rotation information. (#23220) - Added
Adds the
PdfProjection
helper class to convert between raw PDF coordinates and normalized PDF coordinates. (#23387) - Added
Adds the ability to get and set form field values. (#23640)
1.1.0 - 04 Feb 2020
- Added
Adds a new
RedactionProcessor
to automate the permanent removal of data from a document. (#22813) - Added
Adds a
SaveAs
method forDocument
allowing for saving to a specified destination. (#22620) - Added
Adds a POM file to aide dependency management with maven repositories. (#22663)
- API
Removed public
PdfDocument
constructor. Please use static methodPdfDocument.open(DataProvider)
to open a document. (#22787) - Fixed
Fixes initialization error output to advise on fixes. (#22901)
- Added
Adds explicit null checking on API parameters to provide better exception messages. (#22812)
1.0.1 - 09 Dec 2019
- Fixed
Fixes an issue where flattening was not performed when a custom DataProvider was used. (#22624)
- Fixed
Fixes Windows runtime dependencies causing “Can’t find dependent libraries” message. (#22592)
1.0.0 - 31 Oct 2019
See the announcement post.
- Changed
Initial release