groupdocs-comparison-dotnet 2.6.1

Suggested Alternatives

GroupDocs.Comparison

Additional Details

GroupDocs.Comparison API has been moved to a new package "GroupDocs.Comparison" with new & improved feature set.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package groupdocs-comparison-dotnet --version 2.6.1
NuGet\Install-Package groupdocs-comparison-dotnet -Version 2.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="groupdocs-comparison-dotnet" Version="2.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-comparison-dotnet --version 2.6.1
#r "nuget: groupdocs-comparison-dotnet, 2.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install groupdocs-comparison-dotnet as a Cake Addin
#addin nuget:?package=groupdocs-comparison-dotnet&version=2.6.1

// Install groupdocs-comparison-dotnet as a Cake Tool
#tool nuget:?package=groupdocs-comparison-dotnet&version=2.6.1

GroupDocs.Comparison for .NET is a lightweight library that allows you to merge and diff two versions of a document. Supported file formats include: PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, ODT, TXT, HTML.

The library comes with a web UI that allows you to display differences between documents with a redline change tracking view. The UI can easily be customized and integrated into your own app. You can also build your own UI from scratch or use the library without the UI at all.

Key Features Include:

1. Localization support
2. Moved content detection in word comparison
3. Improved excel comparison with detection of inserted/deleted columns
4. Improved pdf comparison
5. Modified widget initialization code

For more details on the library, please visit the GroupDocs website at:
http://groupdocs.com/dot-net/document-comparison-library

Note: this download contains a fully working version of the product, however without a license set it will run in evaluation mode with some limitations. To test the GroupDocs.Comparison for .NET library without limitations, please request a free 30-day temporary license.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Improvements
   - Implement forming of the document of result comparison by TextFragment using the ComparisonSettings
   - Implement Updating of XForms by TextFragments after comparing
   - Implement the parallele comparison of text operators and text fragments
   - If updating of content XForm by TextFragments then exception was throwed
   - Move style of tables, rows and cells to result document
   - Find a match between rectangles and cells
   - Words: Calculate position of shape in paragraph
   - Words: If image was shifted then it appears the extra duplicate of image
   - Words: Object reference not set to an instance of an object
   - Words: Set table border color before cells was added
   - Words: remove comparing of style's names from StyleComparer
   - Words: Duplicate images after comparing
   - Words: Index was outside the bounds of the array INTO Aligner
   - Implement of forming the result comparing documents on base TextFragments
   - Implement the rewriting of the text content without changing of the graphic content
   - Implement forming of structure for comparison the text content through the TextFragmentAbsorber
   - Mark the several strings from one block as moved if previous strings are as not modified
   - If documents with fonts of different character sets (encodings) then some text is not displayed
   - Add streams support for comparison API
   - Detected changes overlap each other

   Bug fixes:
   - Pdf: Bugs with Fonts
   - Not displayed the some deleted content for some fonts
   - Moving of fonts from pages of source when to deleting the rows or moving content to new next page
   - Correction of horizontal positioning of content
   - Correct display of deleted content that is more one row
   - Words: Not correct sequence of the elements after comparing
   - Could not load file or assembly Groupdocs.Data.Contract