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.
- Java development kit (JDK) 1.8
- Maven 4.0.0
- Any latest browsers (Firefox, Chrome, IE9 or greater, Safari etc. )
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.
- Inside the project folder, run "mvn jetty:run" command
- Go to browser and type "http://localhost:8080/"
You may find following resources helpful:
- Learn how to install and configure Maven - Environment Setup
- Maven support for NetBeans
- Maven support for IntelliJ IDEA
- Maven support for Eclipse IDE
- Upload Source file
- Select Target file Type
- Click on
Convert - Allow to download output file with target file type.