Skip to content

umeshbhagat/GroupDocs.Comparison-for-.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##GroupDocs.Comparison for .NET

GroupDocs.Comparison 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.

##GroupDocs.Comparison Structure

The core of GroupDocs.Comparison library consists of five main components: Words, Pdf, Slides, Cells and Text and Common . Each main component is divided into Contracts, Domain, that implements it, and Core component which compares documents using features specific for certain document type.

Common component contains algorithms, which are used by every main component, common objects and enumerations. All five main components have reference on Common.

The Facade component gives an opportunity to simplify access to Comparison API and unites all comparison types into one API. Facade gives an ability to compare documents with all supported formats, and revise the changes from result document.

This package contains Examples for GroupDocs.Comparison for .NET that will help you understand API's working and write your own applications.

Directory Description
Examples Contains the package of all .NET examples (C# & VB) and sample files that will help you learn how to use product features.
Showcases Contains the Frontend Examples to help you learn how to Implement product features in a Web-UI based application.
Plugins Contains the Visual Studio Plugins which will download examples and GroupDocs.Comparison Library without any efforts.

Resources

About

GroupDocs.Comparison for .NET examples, plugins and showcase projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.3%
  • C# 18.1%
  • HTML 3.2%
  • Other 1.4%