Skip to content

Commit 5ab8a4b

Browse files
readme updated
1 parent 744fb8b commit 5ab8a4b

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
# GroupDocs.Comparison-for-Java
1+
##GroupDocs.Comparison for Java
2+
3+
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.
4+
5+
##GroupDocs.Comparison Structure
6+
7+
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.
8+
All five main components have reference on Common.
9+
10+
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.
11+
12+
This package contains [Examples](#) for [GroupDocs.Comparison for Java](#) that will help you understand API's working and write your own applications.
13+
14+
<p align="center">
15+
16+
<a title="Download complete GroupDocs.Comparison for Java source code" href="#">
17+
<img src="https://raw.github.com/AsposeExamples/java-examples-dashboard/master/images/downloadZip-Button-Large.png" />
18+
</a>
19+
</p>
20+
21+
Directory | Description
22+
--------- | -----------
23+
[Examples](#) | Contains the package of Java examples and sample files that will help you learn how to use product features.
24+
25+
## Resources
26+
27+
+ **Website:** [www.groupdocs.com](http://www.groupdocs.com)
28+
+ **Product Home:** [GroupDocs.Comparison for Java](#)
29+
+ **Download:** [Download GroupDocs.Comparison for Java](#)
30+
+ **Documentation:** [GroupDocs.Comparison for Java Documentation](#)
31+
+ **Forum:** [GroupDocs.Comparison for Java Forum](http://groupdocs.com/Community/forums/groupdocs.Comparison-product-family/7/showforum.aspx)
32+
+ **Blog:** [GroupDocs.Comparison for Java Blog](http://groupdocs.com/blog/category/Comparison)
233

3-
Add Examples,Plugins and showcase projects

0 commit comments

Comments
 (0)