Latest release (February 2024)

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

Full list of changes in this release

KeyCategorySummary
MERGERNET-1279FeatureAdd new .wav audio format for merging
MERGERNET-1371FeatureImplement new PageBuilder class to merge pages in arbitrary order
MERGERNET-1547FeatureImplement support for merging files from the same family but different formats
MERGERNET-1548FixSVG merger produced corrupted images

Major features

  • Added new .wav audio format for merging
  • Merging document pages in arbitrary order
  • Implemented support for merging files from the same family but different formats

Starting from GroupDocs.Merger for Java 24.2 it is now possible to merge pages from different documents in any order that you want. For example, you can merge the 3rd page from Document A with the 5th page from Document B, and then with the 2nd page from Document A. To carry out this task, a new PageBuilder class has been introduced. It defines the order of document pages according to your needs and then applies it to the merged document. For more information on this feature, please refer to the Merge pages in the arbitrary order section.

Public API and backward incompatible changes

New PageJoinOptions class was added. The existing Join method of the Merger class was expanded

New PageJoinOptions class was added. The existing Join method of the GroupDocs.Merger for Java product was expanded, please refer to the following documentation articles for more details: