Skip to content

Releases: itext/itext-pdfsweep-java

pdfSweep 2.0.5

13 Feb 16:24
2.0.5
Compare
Choose a tag to compare

2.0.5

iText 7.1.10 brings the first quarterly release of 2020 for the iText 7 family, and coincidentally it's on the day that iText, as a project, turns 20! 🎂🥳

For pdfSweep in particular, we are squashing a bug that was hindering the removal of /ColorSpace in specific cases.

Bugs

  • removes /ColorSpace array

pdfSweep 2.0.4

26 Apr 08:49
2.0.4
Compare
Choose a tag to compare

Add the ability to redact images with transparencies

pdfSweep 2.0.3

20 Feb 11:17
2.0.3
Compare
Choose a tag to compare

pdfSweep now supports redacting all annotation types

[RELEASE] iText 7 pdfSweep - 2.0.2

19 Feb 14:25
2.0.2
Compare
Choose a tag to compare
https://github.com/itext/i7j-pdfsweep/releases/tag/2.0.2

* release/2.0.2:
  [RELEASE] 2.0.2-SNAPSHOT -> 2.0.2
  Add missing copyright headers
  Remove unused fields
  Support event meta info
  Add generic event
  Refactor time-based system utils to better represent there purpose
  Update README.md
  Fix redaction color for second page onwards in RegexBasedCleanupStrategy
  [RELEASE] 2.0.1-SNAPSHOT -> 2.0.2-SNAPSHOT

[RELEASE] iText 7 pdfSweep - 2.0.1

30 Apr 13:17
2.0.1
Compare
Choose a tag to compare
https://github.com/itext/i7j-pdfsweep/releases/tag/2.0.1

* release/2.0.1:
  [RELEASE] 2.0.1-SNAPSHOT -> 2.0.1
  Introduce reusing of already filtered images
  Bump iText Core dependency version
  Fixed an issue where .getFontFromAcroForm() method was called on a pdf without an AcroForm, resulting in a NullPointerException. This is fixed by adding an extra check on the availability of the AcroForm before querying it. Also changed .drawOverlayText() so instead of throwing a NullPointerException it throws a PdfException.
  Update copyright header
  Remove empty @param and @return Javadoc tags
  [RELEASE] Update pom for 2.0.1-SNAPSHOT development
  Avoid unnecessary TJ operator before writing text with ` or ", handle empty TJ array
  Process new line operators while text cleaning. Minor changes.

[RELEASE] iText 7 pdfSweep - 1.1.1

30 Apr 13:16
1.1.1
Compare
Choose a tag to compare
https://github.com/itext/i7j-pdfsweep/releases/tag/1.1.1

* release/1.1.1:
  [RELEASE] 1.1.1-SNAPSHOT -> 1.1.1
  Fixed an issue where .getFontFromAcroForm() method was called on a pdf without an AcroForm, resulting in a NullPointerException. This is fixed by adding an extra check on the availability of the AcroForm before querying it.
  Update pom parent with iText 7.0.7 SNAPSHOT
  Update copyright header
  Avoid unnecessary TJ operator before writing text with ` or ", handle empty TJ array
  Process new line operators while text cleaning. Minor changes.
  Process TJ only with numerical operands. Add a test.
  Add sources jar
  :bookmark: 1.0.3-SNAPSHOT -> 1.1.1-SNAPSHOT

pdfSweep 1.1.0

14 Nov 15:16
Compare
Choose a tag to compare
Merge branch 'release/1.1.0'