Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GroupDocs.Annotation for Java
## GroupDocs.Annotation for Java

This package contains exmaples and showcase projects that will help you in understanding the API's working and writing your own applications.

Expand All @@ -16,7 +16,18 @@ Directory | Description
[Examples](https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Examples) | Contains the package of all Java examples and sample files that will help you learn how to use product features.
[Showcases](https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Showcase) | Explore the open source showcase projects that allow users to view and annotate a document in a web browser.

# Resources
## How to Run the Examples

+ You can either clone the repository using your favorite GitHub client or download the ZIP file from the above button.
+ Extract the contents of the ZIP file to any folder on your computer.
+ Open Java IDE and import the project to get started with it.
+ On the first run, the dependencies will automatically be downloaded.
+ Open MainClass.java file, all the examples are called from here.
+ Uncomment the examples you want to run from within the project.

Please find more details for how to run the examples [here](https://docs.groupdocs.com/display/annotationjava/How+to+Run+Examples).

## Resources

+ **Website:** [www.groupdocs.com](https://www.groupdocs.com)
+ **Product Home:** [GroupDocs.Annotation for Java](https://products.groupdocs.com/annotation/java)
Expand Down