GroupDocs.Comparison
20.3.1
GroupDocs.Comparison for .NET is a flexible and feature rich library which allows you to compare documents for all popular document formats, such as PDF comparison, DOCX comparison, XLSX comparison and many more.
Compare documents, retrieve list of changes between source and target document(s), apply or reject changes and save results with GroupDocs.Comparison for .NET API.
Features:
* Document comparison - detect differences between source and target document(s) for 50+ supported file formats;
* Categorize differences between document parts:
- Deleted – highlighted with red color;
- Added – highlighted with blue color;
- Modified – highlighted with green color;
* Style changes detection for the formats which support styles such as Words Processing, Presentation, PDF;
* Words detection for Word Processing formats;
* Formatting change detection, such as adding or removing paragraphs, line breaks in Word Processing format and PDF.
* Apply or reject changes and save resultant document;
* Obtain image representations of document pages with/without changes.
Supported document formats:
* Portable Document Formats - PDF (PDF/A-1a, PDF/A-1b, PDF/A-2a);
* Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTM, DOTX, RTF, TXT;
* Microsoft Excel spreadsheets - XLS, XLSX, XLT, XLTM, XLSB, XLSM, CSV;
* Microsoft PowerPoint presentations - PPT, PPTX, POT, POTX, PPS, PPSX;
* Microsoft Visio diagrams - VSD, VSDX, VSS, VST, VDX;
* Microsoft OneNote - ONE;
* Open Document formats - ODT, OTT, ODS, ODP, OTP;
* Ebook - MOBI;
* Image - PNG, JPG, BMP, DJVU, DICOM, DCM;
* Email - EML, EMLX, MSG;
* Autocad - DWG, DXF;
* Markup - HTML, HTM, MHTML.
For more details on the GroupDocs.Comparison for .NET API, please visit product website at:
https://products.groupdocs.com/comparison/net
Note: GroupDocs.Comparison for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
See the version list below for details.
Install-Package GroupDocs.Comparison -Version 20.3.1
dotnet add package GroupDocs.Comparison --version 20.3.1
<PackageReference Include="GroupDocs.Comparison" Version="20.3.1" />
paket add GroupDocs.Comparison --version 20.3.1
#r "nuget: GroupDocs.Comparison, 20.3.1"
.NET API for Comparing Documents
A .NET component that enables your apps to detect content, style & formatting differences among two documents, and allows you to accept or reject the changes.
Document Comparison Processing Features
- Compare and detect differences among source and target documents.
- Comparison works at the paragraph, word as well as the character level.
- Identify content styling and formatting modifications.
- Choose the modifications to accept or reject.
- Export the differences to the resultant document.
- Create and fetch after comparison difference summary report.
- Fetch coordinates of the modifications in document preview images.
- Support to set metadata from the source, target files or keep it user-defined.
- Make the resultant document password protected.
Major Features in Version 20.3.1
- This is a hotfix that fixes comparing SpreadSheet documents using .NET Core version of GroupDocs.Comparison.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3.1 Release Notes.
Enhancements in Version 20.3
- Increase performance for TXT MultiComparer.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3 Release Notes.
Microsoft Office Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTX
Microsoft Excel: XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX
Microsoft PowerPoint: POT, POTX, PPS, PPSX, PPTX, PPT
Microsoft OneNote: ONE
Microsoft Visio: VSDX, VSD, VSS, VST, VDX
Other Formats
OpenDocument: ODT, ODP, OTP, ODS, OTT
Portable: PDF
AutoCAD: DWG, DXF
Email: EML, EMLX, MSG
Images: BMP, GIF, JPG, JPEG, PNG, DICOM
Web: HTM, HTML, MHT, MHTML
Text: TXT, CSV
eBook: MOBI, DJVU
Supported Platforms
Microsoft Windows: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up), Windows Azure
Mac OS: Mac OS X
Linux: Linux (Ubuntu, OpenSUSE, CentOS and others)
Development Environments: Microsoft Visual Studio (2010 & up), Xamarin.Android, Xamarin.IOS, Xamarin.Mac, MonoDevelop 2.4 and later.
Supported Frameworks: GroupDocs.Comparison for .NET supports .NET and Mono frameworks.
Getting Started with GroupDocs.Comparison for .NET
Are you ready to give GroupDocs.Comparison for .NET a try? Simply execute Install-Package GroupDocs.Comparison
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Comparison assembly in your project. If you already have GroupDocs.Comparison for .Net and want to upgrade it, please execute Update-Package GroupDocs.Comparison
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Use C# to Compare Multiple DOCX Files with Specific Criteria
using (Comparer comparer = new Comparer(“source.docx”)
{
comparer.Add(“target1.docx”);
comparer.Add(“target2.docx”);
comparer.Add(“target3.docx”);
CompareOptions compareOptions = new CompareOptions()
{
InsertedItemStyle = new StyleSettings()
{
FontColor = System.Drawing.Color.Yellow
}
};
comparer.Compare(“result.docx”, compareOptions);
}
Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License
.NET API for Comparing Documents
A .NET component that enables your apps to detect content, style & formatting differences among two documents, and allows you to accept or reject the changes.
Document Comparison Processing Features
- Compare and detect differences among source and target documents.
- Comparison works at the paragraph, word as well as the character level.
- Identify content styling and formatting modifications.
- Choose the modifications to accept or reject.
- Export the differences to the resultant document.
- Create and fetch after comparison difference summary report.
- Fetch coordinates of the modifications in document preview images.
- Support to set metadata from the source, target files or keep it user-defined.
- Make the resultant document password protected.
Major Features in Version 20.3.1
- This is a hotfix that fixes comparing SpreadSheet documents using .NET Core version of GroupDocs.Comparison.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3.1 Release Notes.
Enhancements in Version 20.3
- Increase performance for TXT MultiComparer.
For the detailed notes, please visit GroupDocs.Comparison for .NET 20.3 Release Notes.
Microsoft Office Formats
Microsoft Word: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTX
Microsoft Excel: XLS, XLT, XLSX, XLTM, XLSB, XLSM, XLSX
Microsoft PowerPoint: POT, POTX, PPS, PPSX, PPTX, PPT
Microsoft OneNote: ONE
Microsoft Visio: VSDX, VSD, VSS, VST, VDX
Other Formats
OpenDocument: ODT, ODP, OTP, ODS, OTT
Portable: PDF
AutoCAD: DWG, DXF
Email: EML, EMLX, MSG
Images: BMP, GIF, JPG, JPEG, PNG, DICOM
Web: HTM, HTML, MHT, MHTML
Text: TXT, CSV
eBook: MOBI, DJVU
Supported Platforms
Microsoft Windows: Microsoft Windows Desktop (x86, x64) (XP & up), Microsoft Windows Server (x86, x64) (2000 & up), Windows Azure
Mac OS: Mac OS X
Linux: Linux (Ubuntu, OpenSUSE, CentOS and others)
Development Environments: Microsoft Visual Studio (2010 & up), Xamarin.Android, Xamarin.IOS, Xamarin.Mac, MonoDevelop 2.4 and later.
Supported Frameworks: GroupDocs.Comparison for .NET supports .NET and Mono frameworks.
Getting Started with GroupDocs.Comparison for .NET
Are you ready to give GroupDocs.Comparison for .NET a try? Simply execute Install-Package GroupDocs.Comparison
from Package Manager Console in Visual Studio to fetch & reference GroupDocs.Comparison assembly in your project. If you already have GroupDocs.Comparison for .Net and want to upgrade it, please execute Update-Package GroupDocs.Comparison
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Use C# to Compare Multiple DOCX Files with Specific Criteria
using (Comparer comparer = new Comparer(“source.docx”)
{
comparer.Add(“target1.docx”);
comparer.Add(“target2.docx”);
comparer.Add(“target3.docx”);
CompareOptions compareOptions = new CompareOptions()
{
InsertedItemStyle = new StyleSettings()
{
FontColor = System.Drawing.Color.Yellow
}
};
comparer.Compare(“result.docx”, compareOptions);
}
Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License
Release Notes
https://docs.groupdocs.com/display/comparisonnet/GroupDocs.Comparison+for+.NET+20.3.1+Release+Notes
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETStandard 2.0
- SkiaSharp (>= 1.68.0)
- System.Drawing.Common (>= 4.6.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.6.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GroupDocs.Comparison:
Package | Downloads |
---|---|
GroupDocs.Total
GroupDocs.Total for .NET is a compilation of every .NET API offered by GroupDocs. We compile it on a daily basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs.
With GroupDocs.Total for .NET developers can use all our APIs with a single license. However, you can order any individual API as well. The APIs we offer include:
GroupDocs.Viewer
GroupDocs.Annotation
GroupDocs.Conversion
GroupDocs.Comparison
GroupDocs.Signature
GroupDocs.Assembly
GroupDocs.Metadata
GroupDocs.Search
GroupDocs.Parser
GroupDocs.Watermark
GroupDocs.Editor
GroupDocs.Merger
GroupDocs.Redaction
GroupDocs.Classification
GroupDocs.Total for .NET Documentation
https://docs.groupdocs.com/display/gdtotalproductfamily/GroupDocs.Total+for+.NET
Free support for GroupDocs.Total for .NET is provided on our support forum:
https://forum.groupdocs.com/
|
|
Conholdate.Total
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, Adobe Acrobat, Illustrator, Photoshop, AutoCAD, OpenOffice and many more.
Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications.
Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
21.1.0 | 252 | 1/29/2021 |
20.12.0 | 443 | 12/21/2020 |
20.11.0 | 243 | 11/30/2020 |
20.10.0 | 519 | 10/30/2020 |
20.9.0 | 384 | 9/30/2020 |
20.8.0 | 493 | 8/31/2020 |
20.7.0 | 441 | 7/31/2020 |
20.6.0 | 1,020 | 6/26/2020 |
20.5.0 | 466 | 5/29/2020 |
20.4.2 | 965 | 5/12/2020 |
20.4.1 | 249 | 4/30/2020 |
20.4.0 | 146 | 4/30/2020 |
20.3.1 | 583 | 4/6/2020 |
20.3.0 | 250 | 3/31/2020 |
20.2.0 | 457 | 2/28/2020 |
20.1.0 | 2,109 | 1/28/2020 |
19.12.0 | 452 | 12/20/2019 |
19.11.0 | 588 | 11/29/2019 |
19.10.0 | 448 | 10/28/2019 |
19.9.1 | 361 | 10/16/2019 |
19.9.0 | 453 | 9/17/2019 |
19.6.0 | 1,522 | 6/27/2019 |
19.5.0 | 760 | 5/23/2019 |
19.3.1 | 997 | 3/21/2019 |
19.3.0 | 263 | 3/18/2019 |
19.1.0 | 1,515 | 1/25/2019 |
18.11.0 | 1,308 | 12/4/2018 |
18.10.0 | 607 | 11/5/2018 |
18.9.0 | 622 | 10/4/2018 |
18.8.0 | 624 | 8/31/2018 |
18.7.1 | 593 | 8/6/2018 |
18.7.0 | 578 | 7/23/2018 |
18.6.0 | 614 | 6/15/2018 |
18.5.0 | 569 | 5/17/2018 |
18.4.0 | 1,308 | 4/18/2018 |
18.3.0 | 677 | 3/9/2018 |
18.2.0 | 652 | 2/8/2018 |
18.1.0 | 619 | 1/16/2018 |
17.12.0 | 588 | 12/7/2017 |
17.11.0 | 641 | 11/1/2017 |
17.10.0 | 525 | 10/2/2017 |