Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

GroupDocs.Conversion for Java using Servlets

Front-end for GroupDocs.Conversion for Java using servlet is an open source front end to demonstrate all of the core functionalities provided by this API. In this application user needs to upload a document file, select the target file type and convert the file, a file with the target type will automatically downloaded to user's PC.

Pre-Requisites

  • Java development kit (JDK) 1.8
  • Maven 4.0.0
  • 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 edit the project by opening in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. You can also run the project using CMD, follow the given steps.

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

You may find following resources helpful:

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

Features

  • Upload Source file
  • Select Target file Type
  • Click on Convert
  • Allow to download output file with target file type.