We just rolled out a new ASP.NET MVC DocumentViewer to the ReportingCloud portal to preview templates in the template storage. The following screenshot shows the viewer inside the ReportingCloud portal:

New DocumentViewer rolled out to the ReportingCloud portal

The viewer loads the document pages asynchronously to provide a very satisfying user experience when displaying a document. The sidebar shows thumbnails of all available pages and can be used for a fast navigation. The viewer renders the pages in a scrollable panel, so that the user is able to scroll through the document like in our editor or any other typical word processor such as MS Word.

The Bootstrap compatible DocumentViewer can be docked to all containers and is fully responsive. It also provides a dock option to fill the complete browser window for full screen viewing.

Text lines can be selected on the currently active page to copy text to the client clipboard:

New DocumentViewer rolled out to the ReportingCloud portal

The toolbar provides additional functionality such as a find method to search for strings in the document. The results are highlighted and the toolbar can be used to navigate through the search results:

New DocumentViewer rolled out to the ReportingCloud portal

Test this on your own by creating a ReportingCloud account.

Stay tuned for more details about the ASP.NET MVC DocumentViewer that will be part of TX Text Control .NET Server for ASP.NET.