Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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"); }
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.