groupdocs-annotation / GroupDocs.Annotation-for-Java-App

Outdated
https://products.groupdocs.com/annotation/java
MIT License
2 stars 0 forks source link
angular annotations groupdocs java servlets viewer

Outdated

This repository is outdated, instead please use one of the following repositories:
https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard
https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java-Spring

GroupDocs.Annotation for Java App

This application allows user to view and annotate a document in a web browser. Users can view document pages in image form and draw annotations on it. The annotated file can be downloaded later.

Pre-requisites

How to Run Application

It is assumed that maven is installed and configured in your system path. You can open the project in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. To run the project from command line, follow the given steps.

  1. Inside the project folder, run mvn jetty:run command.
  2. Go to browser and type "http://localhost:8080/".

To use another application server like Tomcat, use the mvn package command to build a WAR file for deployment.

You may find following resources helpful:

  1. Learn how to install and configure Maven.
  2. Maven support for NetBeans.
  3. Maven support for IntelliJ IDEA.
  4. Maven support for Eclipse IDE.

Apply License