Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions Showcases/GroupDocs.Conversion-for-java-using-servlets/.classpath

This file was deleted.

42 changes: 0 additions & 42 deletions Showcases/GroupDocs.Conversion-for-java-using-servlets/.project

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions Showcases/GroupDocs.Conversion-for-java-using-servlets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
##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.

## Prerequisites

* Java Development Kit 8
* Maven 3
* A modern web browser (Firefox, Chrome, Safari etc.)

## How to run ?

Running the project from source code is very easy.

* Go to project directory using command prompt and run ```mvn jetty:run``` command.
* Go to ```http://localhost:8080/``` using your web browser.

## Features

* Upload Source file
* Select Target file Type
* Click on ```Convert```
* Allow to download output file with target file type.
8 changes: 8 additions & 0 deletions Showcases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Showcase

As GroupDocs.Conversion for Java 3.x is a UI less API having no Front-End. So an open source front end for GroupDocs.Conversion has been published. By exploring this project users can seek the knwoledge about implementation of the project and make changes according to their needs. Also it provides free scripts and skins for user's own projects.


Directory | Description
--------- | -----------
[GroupDocs.Conversion-for-java-using-servlets](https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-Java/tree/master/Showcases/GroupDocs.Conversion-for-java-using-servlets) |This UI Example has been developed for the developers who want to see the Conversion API in action while developing their simple Servlet based app.