diff --git a/README.md b/README.md index 0e4ff22..6888cf7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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/) diff --git a/Showcase/README.md b/Showcase/README.md new file mode 100644 index 0000000..c9e8439 --- /dev/null +++ b/Showcase/README.md @@ -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.