Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GroupDocs_Annotation_Java

This package contains [Examples](#) that will help you in understanding the API's working and writing your own applications.
This package contains exmaples and showcase projects that will help you in understanding the API's working and writing your own applications.

GroupDocs.Annotation is essentially devised to add annotations in documents within a Java applications. API comes with an extensive number of markup tools. These tools permit users to highlight, strikeout, and comment on text and images. This doesn't end up here user can avail numerous properties to control annotation's appearance in the document.

Expand All @@ -13,14 +13,15 @@ GroupDocs.Annotation is essentially devised to add annotations in documents with

Directory | Description
--------- | -----------
[Examples](#) | Contains the package of all Java examples and sample files that will help you learn how to use product features.
[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

+ **Website:** [www.groupdocs.com](http://www.groupdocs.com)
+ **Product Home:** [GroupDocs.Annotation for Java](#)
+ **Product API:** [API of GroupDocs.Annotation for Java](#)
+ **Download:** [Download GroupDocs.Annotation for Java](#)
+ **Documentation:** [GroupDocs.Annotation for Java Documentation](#)
+ **Forum:** [GroupDocs.Annotation for Java Forum](#)
+ **Blog:** [GroupDocs.Annotation for Java Blog](#)
+ **Product Home:** [GroupDocs.Annotation for Java](https://www.groupdocs.com/products/annotation/java)
+ **Download:** [Download GroupDocs.Annotation for Java](https://downloads.groupdocs.com/annotation/java)
+ **Documentation:** [GroupDocs.Annotation for Java Documentation](https://docs.groupdocs.com/display/annotationjava/Home)
+ **Forum:** [GroupDocs.Annotation for Java Forum](http://www.groupdocs.com/Community/forums/groupdocs.annotation-product-family/5/showforum.aspx)
+ **Blog:** [GroupDocs.Annotation for Java Blog](https://blog.groupdocs.com/)

8 changes: 8 additions & 0 deletions Showcase/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Showcase

GroupDocs.Annotation is a UI-Less back end API. Therefore, open sourced front-ends have been published. Users can seek the knwoledge about implementation of the project and make the changes according to their needs.


Directory | Description
--------- | -----------
[GroupDocs.Annotation-for-Java-using-Servlets](https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Showcase/GroupDocs.Annotation-for-Java-using-Servlets) | This showcase project demonstrates Java developers about basic functionalities of the API and how they can add further features in the project.