Questions tagged [rotativa]

Rotativa is an ASP.NET MVC library providing a means to render HTML to PDF from an MVC Controller.

Rotativa is an ASP.NET MVC library providing a means to render HTML to PDF from an MVC Controller. Rotativa is based on wkhtmltopdf. It can be easy integrated in an ASP.Net MVC project, providing methods to return the views converted to pdf as a simple MVC project returns the views as plain HTML.

272 questions
0
votes
1 answer

How to use Rotativa to shrink content down to a single PDF page?

Using Rotativa in an ASP.NET project and I'm wondering if there is a way to programmatically tell it to shrink the HTML content used to generate the PDF into a single landscape-orientated page? My current code looks like this: public ActionResult…
wgpubs
  • 8,131
  • 15
  • 62
  • 109
-1
votes
1 answer

Removing a “Print” button Before Rendering PDF from View - MVC3

Refered from Removing a "Print" button Before Rendering PDF from View - MVC3 Can anyone please provide the controller part of this answer?? Thanks in advance.. Merin
1 2 3
18
19