GroupDocs Viewer for Java

GroupDocs team keeps on adding new features in ASP.NET MVC Front End for GroupDocs.Viewer for Java, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.3 user can now load document in both HTML and **Image **in the document. User can toggle between image and html through the Toggle image button. We recommend you to download and explore this new version. Let’s have a look at it.

Let’s explore new features in detail.

Toggle to Image RepresentationUser can now toggle between HTML and Image providing user a variety of features of ViewerImageHandler. Let’s take a look at the code, ViewerImageHandler handler = Utils.createViewerImageHandler(); ImageOptions o = new ImageOptions(); int pageNumber = Integer.valueOf(request.getParameter("page")); o.setPageNumbersToRender(Arrays.asList(pageNumber)); o.setPageNumber(pageNumber); o.setCountPagesToRender(1);

Open SourceThe best part is that full source code of the app is available to download from GitHub. You can also contribute to the app by sending a pull-request.

API FeaturesThe app covers most APIs of GroupDocs.Viewer for Java, which allows anyone to see how to use same API in their own apps.

Easy IntegrationThe app can be easily embedded or integrated with another app of your choice. You can either use IFRAME or embed it as AngularJS Module.

Additional ResourcesFollowing resources will help you to download, learn, try and get technical support.

FeedbackAs always, you are welcome to share your feedback to improve this product. We will be happy to know your thoughts. Just create a forum thread and our dedicated support team will be there to respond.