From ba885cef6ea73a5afdf7d3f46967b1f3e6b58d3a Mon Sep 17 00:00:00 2001 From: Ali Ahmed Sahi Date: Tue, 21 Mar 2017 15:10:08 +0500 Subject: [PATCH 1/3] Create README.md --- Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md diff --git a/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md b/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md @@ -0,0 +1 @@ + From 7b10692729afa0df8f1a9deb1ab381e7043d24ff Mon Sep 17 00:00:00 2001 From: Ali Ahmed Sahi Date: Tue, 21 Mar 2017 15:16:16 +0500 Subject: [PATCH 2/3] Update README.md --- .../README.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md b/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md index 8b1378917..ecc40fd0b 100644 --- a/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md +++ b/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI/README.md @@ -1 +1,21 @@ +# GroupDocs.Viewer for .NET Modern UI + +This application allows user to view document in Html and Image representation. User can view thumbnails, download and print document. + +# Pre-Requisites + +* Visual Studio 2012 or later. +* Any latest browsers (Firefox, Chrome, Interner Explorer, Safari). +* GroupDocs.Viewer 17.2.0 + +# Installation + +* Download the code, open it in MS Visual Studio 2012 or later. +* Update the required or missing libraries from Nuget. +* Run the code. + +# Apply Licence + +* Open Global.asax.cs. +* Set license file path in _licensePath variable. From a7c5cdc5bf4a9d4b65de3f7abbdad5e201f08443 Mon Sep 17 00:00:00 2001 From: Ali Ahmed Sahi Date: Tue, 21 Mar 2017 19:26:27 +0500 Subject: [PATCH 3/3] Update README.md --- Showcases/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Showcases/README.md b/Showcases/README.md index 00f9db5da..5684cd84f 100644 --- a/Showcases/README.md +++ b/Showcases/README.md @@ -8,3 +8,4 @@ Directory | Description [ASP.NET MVC Front End](https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Showcases/ASP.NET_MVC_Front_End) | It is an MVC application which demonstrate that how UI less GroupDocs.Viewer for .NET is being used to create a full fledge viewer. [ASP.NET WebForm Front End](https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Showcases/ASP.NET_WebForm_Front_End) | This Front-End is actually *Legacy Front End* but implemented as ASP.NET Web Form application. [New Front End](https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Showcases/New%20Front%20End) | This Application allows a user to see the Html or Image Representation of a document. User can apply watermark and apply other trnasformations like Reordering and rotation to the output pages. +[ASP.NET MVC Modern UI](https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Showcases/GroupDocs.Viewer-for-.NET-Modern-UI) | This new user interface has a good look, better user experience and a neat feeling. User can see Html and Image representation of document, view thumbnails download file in original and PDF format.