Search
Follow Us
Categories
- News Release(3)
Tag Archives: compare documents
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.
This article will give you the idea, how GroupDocs.Comparison facilitates programmers to compare any two or more documents in many ways. On-Premise APIs of GroupDocs.Comparison are currently available for .NET and Java, however, this article is inclined … Continue Reading
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. Please Click here to download the latest API.
GroupDocs.Comparison for
… Continue ReadingCompare 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. Download the … Continue Reading
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.
GroupDocs.Comparison for .NET 16.11.0 –
… Continue Reading Posted in GroupDocs.Comparison Product Family Tagged API, compare documents, Comparison, document comparison, GroupDocs, GroupDocs API, Improved, PDF, Performance, Spreadsheet, Words
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.… Continue Reading
Posted in zArchive Tagged compare documents, diff library, diff view, GroupDocs Comparison, GroupDocs Comparison for .NET
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. Consider the example of a… Continue Reading
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)
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