For ASP.net 5 only: Generates pdf documents from your razor views within an asp.net 5 MVC project.Simply use return type as PdfActionResult in the controller will output PDF document instead of HTML. This converts HTML to PDF using the iTextXmlWorker Library.
This is a DNX (Asp.net vNext)...
More information
ASP.NET 5 PagedList abstraction layer defines the IPagedList interface and useful extension methods for ASP.NET 5 targeted projects. This project does not contains the implementation for creating paged list from a certain data source.