You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# GroupDocs.Comparison for Java
1
+
##GroupDocs.Comparison for Java
2
2
3
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
4
5
-
# GroupDocs.Comparison Structure
5
+
##GroupDocs.Comparison Structure
6
6
7
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
8
All five main components have reference on Common.
@@ -23,7 +23,18 @@ Directory | Description
23
23
[Examples](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/tree/master/Examples) | Contains the package of Java examples and sample files that will help you learn how to use product features.
24
24
[Showcases](https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-Java/tree/master/Showcases) |The Servlets based Front-end is a sample web application that demonstrates the core functionalities provided by GroupDocs.Comparison for Java. The application allows the user to upload two documents of similar format and find the differences between them.
25
25
26
-
# Resources
26
+
## How to Run the Examples
27
+
28
+
+ You can either clone the repository using your favorite GitHub client or download the ZIP file from the above button.
29
+
+ Extract the contents of the ZIP file to any folder on your computer.
30
+
+ Open Java IDE and import the project to get started with it.
31
+
+ On the first run, the dependencies will automatically be downloaded.
32
+
+ Open MainClass.java file, all the examples are called from here.
33
+
+ Uncomment the examples you want to run from within the project.
34
+
35
+
Please find more details for how to run the examples [here](https://docs.groupdocs.com/display/comparisonjava/How+to+Run+Examples).
0 commit comments