Skip to content

Instantly share code, notes, and snippets.

@aliahmedaspose
aliahmedaspose / AttachmentHtmlController.cs
Last active August 3, 2017 11:59
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Html;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Mvc;
@aliahmedaspose
aliahmedaspose / AttachmentImageController.cs
Created August 3, 2017 12:03
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Containers;
using GroupDocs.Viewer.Domain.Image;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
@aliahmedaspose
aliahmedaspose / AttachmentResourceController.cs
Created August 3, 2017 12:07
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Containers;
using GroupDocs.Viewer.Domain.Html;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Containers;
using GroupDocs.Viewer.Domain.Html;
using GroupDocs.Viewer.Domain.Options;
using GroupDocs.Viewer.Handler;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System;
using System.Collections.Generic;
using System.Linq;
@aliahmedaspose
aliahmedaspose / DownloadOriginalController.cs
Created August 3, 2017 12:13
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Viewer_Modren_UI.Helpers;
namespace Viewer_Modren_UI.Controllers
@aliahmedaspose
aliahmedaspose / DownloadPdfController.cs
Last active August 3, 2017 12:20
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Options;
using GroupDocs.Viewer.Handler;
using System;
using System.IO;
using System.Web.Mvc;
using Viewer_Modren_UI.Helpers;
namespace Viewer_Modren_UI.Controllers
{
@aliahmedaspose
aliahmedaspose / FileListController.cs
Created August 3, 2017 12:22
GroupDocs.Viewer for .NET MVC Modern UI
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using GroupDocs.Viewer.Handler;
using Viewer_Modren_UI.Helpers;
using GroupDocs.Viewer.Domain;
namespace Viewer_Modren_UI.Controllers
@aliahmedaspose
aliahmedaspose / PageHtmlController.cs
Created August 3, 2017 12:24
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Html;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Mvc;
@aliahmedaspose
aliahmedaspose / PageImageController.cs
Created August 3, 2017 12:25
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain;
using GroupDocs.Viewer.Domain.Containers;
using GroupDocs.Viewer.Domain.Image;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
@aliahmedaspose
aliahmedaspose / PageResourceController.cs
Created August 3, 2017 12:26
GroupDocs.Viewer for .NET MVC Modern UI
using GroupDocs.Viewer.Converter.Options;
using GroupDocs.Viewer.Domain.Html;
using GroupDocs.Viewer.Handler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Web;