GroupDocs Viewer for Java The team GroupDocs is excitedly releasing a new version v3.0.0 of GroupDocs.Viewer for Java Modern UI. We have introduced multiple new features and improvements in this new version. We would recommend you to download this new version to explore our new and improved functionalities and provide your valuable feedback. GroupDocs.Viewer for Java Modern UI v3.0.0 includes following improvements.

Ability to view email attachmentsThe user can view email attachments in Modern UI v3.0.0 by simply loading .msg file via file browser. The application will automatically detect and render attachments.

Ability to view email attachments thumbnailsThe user can also view email attachments thumbnails by simply clicking thumbnails button. The application will automatically detect and display thumbnails for attachments.

Ability to load document via URLIn this new release user can load document by inserting document’s URL in app.js. Following is the code for loading document via URL. ngApp.constant('FilePath','https://www.w3.org/2011/web-apps-ws/papers/Nitobi.pdf');

Ability to load default documentIn this new release user can load default document by inserting document’s name in app.js. Following is the code for loading document via URL. ngApp.constant('FilePath','Candy.pdf');

Ability to apply watermarks on output pagesIn this new release user can apply watermarks to output pages and thumbnails of the document, email and email attachments, also apply watermark on the pages of the document when downloaded as PDF.

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.