Most voted "rotativa" questions
7 questions
Sort by count of
-
2
votes0
answers487
viewsRender Image with Rotary Pdf (Asp.net Mvc)
I have an Action responsible for generating the pdf using Rotary... The action code is as follows:: public ActionResult PDFPadrao() { string header = Server.MapPath("~/Views/Relatorio/Header.html");…
-
1
votes1
answer198
viewsGenerate Pdf via ajax.POST with Rotary
I want to generate a. pdf file using Rotary, my ajax call is as follows: $.ajax({ type: "POST", url: "Home/Index", data: { nome: inputName, laudos: laudos, imagem: imgSelecionada }, }); And the code…
-
0
votes1
answer657
viewsReport with Rotary mvc
I’m having trouble generating a report on mvc, using the rotary. The problem is that it generates the pdf, as if I have been ignoring the html, it is all without formatting. ob.: for htm formatting,…
-
0
votes1
answer68
viewsRotating alternative in Azure
I use the rotary on my system, but when running the same on Azure as a Web Application because the Azure does not allow file execution .exe. So I need some other Framework which replaces the rotary…
-
0
votes1
answer274
viewsMargin problem when generating pdf
I am making a report, when generating the pdf, I tried to implement the margin, but continues to cut the table in the middle and continues on the other page. This is happening in the margin, even…
-
0
votes1
answer287
viewsWhen Generating PDF with Rotary viewPDF does not display - error 404 - Works Only Local
I’m trying to generate a PDF with Rotary, I can normally on Local, but when I publish it displays error 404. I’ve already added Dlls to the project. public IActionResult…
-
-2
votes1
answer108
viewsRotating Razorpdf "locks" on IIS
Friends, I use Visual Studio C# 2015. In an MVC project I am also using the Razorpdf Rotary to create PDF from HTML pages. When I test the application in development environment (localhost within…