Skip to content

Releases: itext/itext-pdfsweep-dotnet

pdfSweep 5.0.2

15 May 11:11
5.0.2
Compare
Choose a tag to compare

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

There are no feature changes for this release. The only changes are to maintain compatibility with the iText Core 9.2.0 dependencies.

pdfSweep 5.0.1

14 Feb 13:09
5.0.1
Compare
Choose a tag to compare

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

This release improves pdfSweep’s handling of overlapping glyphs to produce better results.

We also fixed a bug where invalid data was left after cleanup, and resolved an issue where processed content would render differently in certain viewers.

Improvements

When using overlap ratio in cleanup, calculate it based on single glyph renders to get better results

Bug fixes

Output PDF contains invalid data after cleanup

pdfSweep 5.0.0

18 Nov 09:58
5.0.0
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.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