groupdocs-comparison-dotnet 2.2.0

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.2.0
NuGet\Install-Package groupdocs-comparison-dotnet -Version 2.2.0
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.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-comparison-dotnet --version 2.2.0
#r "nuget: groupdocs-comparison-dotnet, 2.2.0"
#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.2.0

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

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. GroupDocs.Comparison identifies not only differences in document contents, but styles changes, including bold/italic, underlines, strikethroughs, font type, etc.

2. Once documents are merged, the library generates a diff summary, listing all the changes found.

3. The library allows you to compare up to 3 Word (DOC/DOCX) files. It also shows which changes come from what document.

4. When comparing Word documents, changes can be accepted or rejected and the result exported to a final document.

5. You can upload documents from streams and send the result output to streams as well.

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

DOCOMPARE-485 Setup basic classes for comparing PDF
DOCOMPARE-487 Parse PDF operators to comparable data classes
DOCOMPARE-489 Try to generate PDF file from parsed content to check the integrity
DOCOMPARE-496 Work on compare PDF paragraphs algorithm
DOCOMPARE-498 Calculate text position based on operators and user defined space
DOCOMPARE-499 Change annotation placement from replaceable text pattern to calculated text position based on PDF operators
DOCOMPARE-503 Table borders are missing in the redline PDF
DOCOMPARE-504 Convert sample word documents to pdf and test the conversion
DOCOMPARE-509 Add annotation for every deleted word
DOCOMPARE-510 Combine the consequence of added or removed words into a single annotation
DOCOMPARE-515 Optimize the compare algorithm for better performance
DOCOMPARE-513 Move data classes used for pdf parsing into separate files
DOCOMPARE-514 Create and add a summary page to the redline.pdf
DOCOMPARE-506 Change the parsing algorithm to work with several different sample documents
DOCOMPARE-507 Modify the compare algorithm
DOCOMPARE-508 Add annotation for every inserted word
DOCOMPARE-484 In asp.net the comparison left temporary files
DOCOMPARE-511 Refactor the IComparison instances to save in stream and get rid of storing to file system
DOCOMPARE-501 Implement saving redline result file in stream instead as file
DOCOMPARE-519 Updating comparison.net installers to use EULA button and updating the EULA itself
DOCOMPARE-494 Process word documents per composite node for improving performance
DOCOMPARE-495 Improve nodes aligning algorithm for improving performance and processing large word documents
DOCOMPARE-474 Reported revisions are not correct for some document
DOCOMPARE-477 Some false positive bold text in doc/docx comparison


Bugs Fixed
DOCOMPARE-497 Unable to access closed stream exception after removing of the temporary files
DOCOMPARE-505 The current compare algorithm doesn't work for all documents
DOCOMPARE-287 Comparison.Net - Some changes are not displayed in search tab
DOCOMPARE-404 The amount of change are started from "2" on "Search" tab
DOCOMPARE-512 After accept/reject changes the web UI shows cached document pages
DOCOMPARE-502 Last word of the paragraphs is always shown as "inserted"
DOCOMPARE-446 Comparison.NET - Extra spaces and extra content changes are displayed for particular documents
DOCOMPARE-476 When comparing doc files the superscript/subscript text are not detected correctly
DOCOMPARE-520 Comparion between page content and XForm content doesn't work
DOCOMPARE-525 Non printable chars caused detection of many changes
DOCOMPARE-529 Loading the widget not from root path, cause problems and blank page
DOCOMPARE-431 Pdf comparison doesn't load the result in comparison.net
DOCOMPARE-523 Comparison does not work for very small documents
DOCOMPARE-531 Deployment issue with IIS
DOCOMPARE-517 Try to compare PDF files provided by customer
DOCOMPARE-526 Comparison.NET - "Compilation Error" occurs for MVC project
DOCOMPARE-528 Licensing with GroupDocs.Comparison.lic doesn't work
DOCOMPARE-532 Accept/reject changes do not work correctly after recent changes
DOCOMPARE-530 Images in the thumbnails bar are not loaded
DOCOMPARE-527 Comparison.NET - "Cannot insert a node of this type at this location" error occurs for particular documents
DOCOMPARE-539 Comparison.NET - Extra content changes are displayed when adding superscript/subscript text without space
DOCOMPARE-537 Comparison.NET - Changes aren't applied after click on "Accept All"/"Reject All" button
DOCOMPARE-540 Incorrect characters displayed in the result file after word comparison
DOCOMPARE-536 Comparison.NET - Change isn't applied on the document content after click on "Apply all" button second time
DOCOMPARE-534 Comparison.NET - Content changes are duplicated on RHS panel for comparison of the empty document
DOCOMPARE-541 Merge three word documents sometimes fall in endless loop