This repository was archived by the owner on Jul 31, 2018. It is now read-only.
forked from webgio/Rotativa
-
Notifications
You must be signed in to change notification settings - Fork 1
Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC 3
MartinPesek/Rotativa
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Extremely easy way to create Pdf files from Asp.net MVC.
Usage:
public ActionResult PrintIndex()
{
return new ActionAsPdf("Index", new { name = "Giorgio" }) { FileName = "Test.pdf" };
}
public ActionResult Index(string name)
{
ViewBag.Message = string.Format("Hello {0} to ASP.NET MVC!", name);
return View();
}
Also available a RouteAsPdf, UrlAsPdf and ViewAsPdf ActionResult.
It generates Pdf also from authorized actions (web forms authentication).
About
Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC 3
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 91.3%
- C# 8.7%