Skip to content

Releases: itext/itext-pdfsweep-dotnet

pdfSweep 4.0.3

24 Jul 11:22
4.0.3
Compare
Choose a tag to compare

pdfSweep is an iText Core add-on to securely redact content from PDFs.

This release is just a minor update which improves the handling of unsupported image types.

Improvements

  • Better handling of unsupported image types

pdfSweep 4.0.2

07 Feb 14:32
4.0.2
Compare
Choose a tag to compare

pdfSweep is an iText Core add-on to securely redact content from PDFs.

This release fixes a bug where a NullPointerException could occur in situations where an Image's XObject was directly referenced from the canvas, had an /ImageMask entry with the value true and was completely covered by a cleanup rectangle.

Bug fixes

  • NPE on fully filtered Image XObject with /ImageMask true

pdfSweep 4.0.1

25 Oct 15:09
4.0.1
Compare
Choose a tag to compare

pdfSweep is an iText Core add-on to securely redact content from PDFs.

For this release, the artifact names have been changed to reflect the new naming structure. In addition, since Bouncy Castle is a dependency for tests the .NET version has been updated to use the latest 2.2.1 version.

Improvements

  • Updated .NET Bouncy Castle dependency to 2.2.1

pdfSweep 4.0.0

10 May 12:44
4.0.0
Compare
Choose a tag to compare

pdfSweep is an iText Core add-on for .NET to securely redact content from PDFs.

While there are no new changes for this version, this release is for compatibility with the iText Core version 8.x.x release.

pdfSweep 3.0.2

16 Jan 09:54
3.0.2
Compare
Choose a tag to compare

For this release, we've improved the logging for unsupported images. When pdfSweep encounters an image where its file type or encoding is not supported, it will now produce a more detailed exception message.

Improvements

  • Improved logging for unsupported images

pdfSweep 2.0.8

16 Dec 14:20
2.0.8
Compare
Choose a tag to compare

This release contains a security fix from the pdfSweep 3.0.0 release relating to the CompareTool functionality. It was previously possible to abuse some functionality in GhostScript to inject arbitrary parameters.

pdfSweep 3.0.1

05 Jul 08:33
3.0.1
Compare
Choose a tag to compare

Some small, yet significant changes for pdfSweep this time around. We’ve made improvements and additions to the API documentation for CompositeCleanupStrategy, RegexBasedCleanupStrategy, CleanUpLogMessageConstant, PdfCleanUpEventListener, PdfCleanUpProcessor, and PdfCleanUpTool.

Improvements

  • API documentation improvements

pdfSweep 3.0.0

25 Oct 14:05
3.0.0
Compare
Choose a tag to compare

In the 3.0.0 release pdfSweep as with all other iText 7 add-ons gets the support of the new License Mechanism and removes a few deprecated methods in the API.

An important note is that this release contains a security bugfix for a vulnerability which was identified in the CompareTool functionality, where it was possible to abuse some functionality in GhostScript to inject arbitrary parameters. Therefore it is recommended to update as soon as possible.

As the cherry on top of the cake it benefits from all the improvements featured in iText 7 Core 7.2.0, and the logging improvements as a result of the move to version 4.6.1 of the .NET Framework.

Breaking Changes

  • Removed deprecated methods from API
  • Bump to .NET Framework 4.6.1

New Features

  • Unified License Mechanism

Bugs

  • Streams are left open in case when PdfDocument/PdfReader constructor throws an Exception
  • Security vulnerability in CompareTool

pdfSweep 2.0.7

05 Jul 08:59
2.0.7
Compare
Choose a tag to compare

While this release of pdfSweep does not bring any new features as such, it does include an important improvement. An annoying bug that could cause a NullPointerException for TD and TL operators when analyzing a document stream has been fixed.

Bugs

  • NPE in TextPositioning

pdfSweep 2.0.6

14 Apr 08:08
2.0.6
Compare
Choose a tag to compare

This is the first release of pdfSweep for a while, but this is what's changed here:

  • pdfSweep could cause an exception when dealing with images using an indexed color space, where it would try to fill the redacted area with the incorrect color. It will now pick a color that exists within the palette
  • editing of content streams could cause Acrobat Reader to fail when reading the document.

BUGS

  • cleaning is attempted with white color even for indexed CS images without white color in palette
  • 'BMC' content stream operator gets replaced with '<<>> BDC' which is redundant