Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback.
GroupDocs.Viewer for .NET Modern SharePoint WebPart v1.1 includes following improvements.View email attachments
User can now view email attachments in SharePoint Modern WebPart by simply loading .msg file via file browser. The application will automatically detect and render attachments.View email attachment’s thumbnails
User can also view email attachment’s thumbnails by simply clicking thumbnails button. The application will automatically detect and display thumbnails for attachments.Load document via URL
In this new release user can now 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');
Load default document
In this new release user can now 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');
Related Links and Resources
We have a few channels and resources for you to download, learn, try and get technical support on document viewer API.- Download – MSI Package and Zipped DLLs
- NuGet Package – NuGet Installation
- Documentation – Product Docs
- Forum – Technical Support Forum
- Video Tutorials – YouTube Videos
- Example / Plugins – Github Source Code Examples
- Sample Front Ends – Open Source Document Viewer Applications