En

Compare Two Files or More in C#

Document comparison is one of the most common requirements for today’s programming world. Whether it is to compare word files, compare excel files, PDF documents or even compare text files or any other document format, accuracy is the key factor while comparing.
March 10, 2020 · 4 min · Shoaib Khan

Compare OneNote document using GroupDocs.Comparison for .NET API v17.8.0

GroupDocs team is glad to announce another monthly release of Document Comparison for .NET API v17.8.0 with some new features like adding support for OneNote document comparison and comparison of header and footer for cells file format and also adding support for pivot tables in cells. This monthly release is also including improvements like HyperLinks on Shape in slides file format along with fixes. Major Changes are done for OneNote, Cells and Slides document formats.
September 22, 2017 · 2 min · Muhammad Rizwan

Support of Emails format and Cloning Document Metadata- Introduced in GroupDocs.Comparison for .NET API v17.6.0

GroupDocs team is excited to publish another monthly release of GroupDocs.Comparison for .NET 17.6.0 API with new features like adding support for Emails format and Settings for Cloning Document Metadata. This monthly release is also adding improvements like enhanced Cells & HTML Comparison Performance and Improved Summary Pages information along with fixes. Major Changes are done for HTML, Cells, Emails and Words document formats. Detailed information is listed below. Please Click here to download the latest API.
July 1, 2017 · 2 min · Muhammad Rizwan

Strikeout Option and PNG, BMP Formats - introduced in GroupDocs.Comparison for .NET API v17.5.0

We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below.
June 13, 2017 · 2 min · Muhammad Rizwan

Compare Shapes and Watermark Text Style With GroupDocs.Comparison for .NET API v16.12.0

We are excited to announce another monthly release of GroupDocs.Comparison for .NET 16.12.0 API new features, Improvements and fixes are introduced in this release. Major changes are done for Spreadsheet and PDF document formats. This monthly release is also introduced enhanced Support for Visual Basic Scripts handling and detection of shapes for Spreadsheet format and watermark text style for PDF document format.In this monthly release 2 new feature are introduced along with 4 improvements and 2 Bug fixes.
January 16, 2017 · 2 min · Muhammad Rizwan

Improved Performance introduced in GroupDocs.Comparison for .NET API v16.11.0

GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the new and improved features.
December 6, 2016 · 2 min · Muhammad Rizwan

GroupDocs.Comparison for .NET Library - Compare PDF, Word, Excel and Other Text Documents with a Diff View GUI

We’re glad to announce the release of the GroupDocs.Comparison for .NET library. Developers working on .NET can use the library to seamlessly add document comparison capability to their own applications. With this library, end users can compare documents of all most popular formats, including PDF, Microsoft Word and Excel. The library also includes a diff view GUI, which displays differences between two documents with a redline view approach and is easy to customize and integrate into your own app.
January 24, 2014 · 2 min · Derek Hyland

How Lawyers and Legal Firms Benefit from GroupDocs' Document Comparison App

Online document management has gained wide industry acceptance in the last few years. From version control, central document repositories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is to compare documents or files to find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks.
October 11, 2013 · 4 min · Rahul Gulati

How to Use the GetChanges Method from the Comparison Api to Return a List of Changes in a Document

This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples.
June 7, 2013 · 2 min · Derek Hyland

Comparison API sample Implementation with PHP SDK

This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github.
February 18, 2013 · 9 min · Derek Hyland