Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the document, cannot print, zoom, etc. It just renders the document into HTML, SVG and CSS to make them display on the browser.
JSP-based Front-end
The application contains single JSP page, that creates a UI, and a Java class which is a wrapper for GroupDocs.Viewer for Java API. The following features have been removed:
- Thumbnails
- Page Zooming
- Document Downloading
- Document Printing
- File Browser
- Watermark
- Ajax-based Document Navigation
Supported Formats
Widely used document formats for viewer are Word Document Formats (DOC, DOCM, DOCX, DOT, DOTX, DOTM), Excel Document Formats (XLS, XLSX, XLSM, XLSB), Presentation Document Formats (PPT, PPTX, PPS, PPSX), and Portable Document Formats (PDF) documents.
Pre-requisites
In order to run GroupDocs.Viewer for Java JSP Front-end you’ll need:- Java Development Kit 7
- Maven 3
- Any modern web browser like Mozilla Firefox, Google Chrome, Safari
Running the application
Following steps should be followed in order to run GroupDocs.Viewer for Java JSP Front-end:- Navigate to the project directory
- Copy your desired file to
storage
folder - Set the filename in
index.jsp
- Using command prompt and run
mvn jetty:run
command. - Navigate to http://localhost:8080/ in your web browser.
Available Channels and Resources
Find more channels and resources to download, learn, try and get technical support on GroupDocs.Viewer for Java:
- Product Home – GroupDocs.Viewer for Java.
- Documentation – Product Documentations.
- Product Support Forum – Technical Support Forum for GroupDocs.Viewer.
- Examples/Plugins/Showcases – Github source code examples.