Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Merger for .NET 22.10

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 173.31MB
  • Date Added:
  • 24/10/2022

Description

This contains the MSI installer of GroupDocs.Merger for .NET 22.10

File Details

Stitch Image Support for GIF, TIF, TIFF

Introduced the image joining feature for the GIF, TIF, and TIFF formats.

The following C# code sample horizontally joins and merges 3 GIF images using Aspose API:

// Load the source image file
using (Merger merger = new Merger(@"c:\sample1.gif"))
{
    // Define image join options with horizontal join mode
    ImageJoinOptions joinOptions = new ImageJoinOptions(ImageJoinMode.Horizontal);
    // Add another image file to merge
    merger.Join(@"c:\sample2.gif", joinOptions);
    // Add next image file to merge
    merger.Join(@"c:\sample3.gif", joinOptions);
    // Merge image files and save result
    merger.Save(@"c:\merged.gif");
}

Improved Slide Formatting when Joining PPTX

This release offers a fix to a known issue of broken formatting of presentation slides. Now this issue has been resolved and when multiple PPTX files are joined together via API the slide formatting remains very good.

For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Merger for .NET 22.10 Release Notes.

 English