GroupDocs.Merger for Java 19.12 Release Notes

Major Features

Other notable features:

  • Removed support of image joining;
  • Added support of MHT format.
  • Fixed the XLSB format loading with Unknown FileType;
  • Fixed merging of the ODP files with empty table;
  • Added Encoding usage of LoadOptions to the text splitting.

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
MERGERNET-415Implement a new format MHTFeature
MERGERNET-602Implement a new API of GroupDocs.Merger for .NET productFeature
MERGERNET-668Add LoadOptions Encoding usage for the text splittingImprovement
MERGERNET-655Format XLSB is not load with Unknown FileTypeBug
MERGERNET-686Cannot merge ODP files with tableBug

Public API and Backward Incompatible Changes

  • All public types from groupdocs.merger namespace 

    1. Have been moved into groupdocs.merger.legacy namespace
    2. Marked as obsolete with message: This interface/class/enumeration is obsolete and will be available till January 2020 (v20.1).
  • Full list of namespaces which have been moved and marked as obsolete:

    1. groupdocs.merger.handler => groupdocs.merger.legacy.handler
    2. groupdocs.merger.domain => groupdocs.merger.legacy.domain
    3. groupdocs.merger.domain.format => groupdocs.merger.legacy.domain.format
    4. groupdocs.merger.domain.image => groupdocs.merger.legacy.domain.image
    5. groupdocs.merger.domain.options => groupdocs.merger.legacy.domain.options
    6. groupdocs.merger.domain.result => groupdocs.merger.legacy.domain.result
    7. groupdocs.merger.domain.security => groupdocs.merger.legacy.domain.security