rotativa Questions
5
Solved
In my ASP.NET MVC 4 app, I have an index view that has several partial views embedded in it. I installed latest version 1.6.1 of Rotativa via NuGet. Now I can print the index page to a PDF using Ro...
Branca asked 10/3, 2014 at 15:54
5
I have a action which works well ( loads all images and CSS) as a normal action but when I use Rotativa.MVC.ViewAsPdf to produce a PDF it don't load the CSS. and the application doesn't show any er...
Derisible asked 4/5, 2016 at 10:34
4
Solved
Rotativa correctly shows and renders a PDF with my Bootstrap when hosted locally, but not once it is posted to the server. The rendered PDF shows some CSS, but no Bootstrap. I have seen other posts...
Piggish asked 5/6, 2015 at 13:44
5
Solved
I am working on an ASP.NET MVC 5 project and using Rotativa to generate PDF documents from Razor views.
I can't seem to get Rotativa to render the the view properly using Bootstrap styling. I'm tr...
Mccusker asked 12/3, 2015 at 9:30
5
Solved
I'm trying to specify headers and footers in a PDF generated by Rotativa library. As the author answered here it should be possible using CSS (described here). However, I'm not able to do this.
I ...
Elseelset asked 6/3, 2013 at 14:51
4
I am rendering an HTML View in ASP.Net MVC to PDF using Rotativa ViewAsPdf method. I am setting the ouput to be of A4 Size, Portrait and no margins, by setting:
new ViewAsPdf(MVCCfpFormatter.Membe...
Contraposition asked 8/7, 2014 at 12:34
5
Solved
I was using this Rotativa 1.6.4 code example to generate a PDF from a page in my .NET MVC 5 app.
public ActionResult PrintIndex()
{
var a = new ActionAsPdf("Index", new { name = "Giorgio" }) { Fi...
Privation asked 28/1, 2016 at 16:46
2
Solved
Using Rotativa 1.6.4 from NuGet and have noticed the following issue using the code below.
ActionAsPdf hangs randomly for indeterminate amount of time.
Code below that is hanging:
var pdfResul...
Farceuse asked 29/9, 2015 at 21:39
4
I am using Rotativa to generate PDF in my "MVC" application. How can I save Rotativa PDF? I need to save the document on a server after all the process is completed.
Code below:
public ActionResu...
Outgo asked 28/10, 2014 at 12:45
0
I want to generate a PDF from an specified view respecting my actual CSS.
<html>
<head>
<meta charset="utf-8" />
<style>
.justify {
text-align: justify;
text-renderin...
4
I am using Rotativa ActionasPDF() to generate a pdf from a view in my MVC4 project. It works flawlessly on my local instance, but I just copied the entire solution to my server and it does not work...
Tonguelash asked 10/2, 2015 at 14:25
7
Solved
I have an ASP.NET MVC 5 application. It has a simple form and when the user submits it, the form is stored in the cache and then another controller action is called, this action will return the mod...
Honestly asked 29/6, 2015 at 9:36
4
Solved
I know that this topic has been discuss on several articles, but none of the solution help me.
I have this action:
public ActionResult DownloadViewPDF(string userId)
{
var model = db.MyCvs.Fi...
Hartle asked 26/1, 2016 at 9:16
0
Using Rotativa 1.6.3 in MVC 6 to generate PDF from View using ActionAsPdf.
The intention is to generate a Newspaper style report using CSS3 multi-col, this works using the print function in chrome...
Southey asked 5/12, 2017 at 22:31
3
I have a View that renders and some javascript/jquery that updates some fields. When I use Rotativa, it renders the view, but before the JS is executed to replace some field text.
Is there a way to...
Cranford asked 23/7, 2014 at 19:30
7
I am currently creating an MVC 4 web application.
I have an action that has a base background image which is always the same then an arrow image which changes in degrees depending on the informati...
Annemarie asked 4/1, 2013 at 16:10
2
Solved
So after beginning my azure websites-adventure, I have been encountering disappointment after disappointment to the point of 'almost' regretting taking the azure route..the latest: my app uses wkht...
Emelun asked 23/2, 2015 at 19:48
1
I am using Rotativa for convert the view to PDF. It works on my local but when published on IIS server it gives error as below:
Source Error:
An unhandled exception was generated during the ex...
Aperiodic asked 17/8, 2016 at 17:9
1
Solved
I am converting from MVC HTML to Pdf using Rotativa. In HTML everything looks good, but in Pdf format, the characters spacing is not well formatted, as it is too little. This reduces the readabilit...
Dilworth asked 6/7, 2016 at 16:31
6
Solved
Hi and thanks for looking!
Background
I am using the Rotativa pdf tool to read a view (html) into a PDF. It works great, but it does not natively offer a way to save the PDF to a file system. Rathe...
Inflate asked 7/8, 2012 at 21:52
1
I wanted to print header data which are dynamic and will come from controller.
So how can I display that dynamic data in header using Rotativa pdf.
My header data include Name, Address, Contact i...
Chapa asked 31/8, 2015 at 8:6
1
Solved
I'm trying to convert an HTML to a PDF using Rotativa but I want to save it as a byte array or a stream so I can easily attach it to a mail or something. I found a solution here but the file can't ...
Outshine asked 24/8, 2015 at 12:5
1
I am trying to fix an issue where the table header in my HTML is not rendering correctly on subsequent pages. Any ideas on how to fix this issue?
The header
<thead>
<tr>
<th>...
Pronounce asked 6/7, 2015 at 14:46
1
Solved
I need to insert some image on Header or Footer using Rotativa PDF.
I'm using C# MVC4 with Razor
I already tried:
CustomSwitches = "--print-media-type --header-center \"text\""
Below asked 1/10, 2014 at 19:5
1
Solved
I'm running a c# MVC 4 app , using Rotativa to convert Razor views to Pdfs.
Rotativa is basically a wrapper around wkhtmltopdf.
I upgraded to Rotativa 1.6.1, to fix a page break issue in wkhtmltop...
Triatomic asked 14/4, 2014 at 22:0
1 Next >
© 2022 - 2024 — McMap. All rights reserved.