GroupDocs.Merger for Java 21.7 Release Notes

Major Features

There are a few fixed bugs and improvements in this regular monthly release. The most notable are:

  • Object reference not set to an instance of an object;
  • The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF);
  • The method or operation is not implemented;
  • Failed to detect file type;
  • PowerPoint Slides size changed after merging;

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
MERGERNET-1010Object reference not set to an instance of an objectBug
MERGERNET-1030The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF)Bug
MERGERNET-1054The method or operation is not implementedBug
MERGERNET-1078Failed to detect file typeBug
MERGERNET-1079PowerPoint Slides size changed after mergingBug

Public API and Backward Incompatible Changes

None.