Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Java Development Kit (JDK) 8
  • Maven 3
  • Any latest browsers (Firefox, Chrome, IE9 or greater, Safari etc.)

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

  • Apply for a temporary license for free.
  • Download the license file to your computer.
  • Set the location of license file in src/main/resources/project.properties file.