Questions tagged as 'rotativa'

0
answers

Generate Pdf via ajax.POST with Rotativa

I want to generate a .pdf file using Rotativa, my ajax call is as follows: $.ajax({ type: "POST", url: "Home/Index", data: { nome: inputName, laudos: laudos, imagem: imgSelecionada },...
asked by 25.08.2018 / 21:11
0
answers

Render Image with Rotating Pdf (Asp.net Mvc)

I have an Action responsible for generating the PDF using Rotating ... The action code is as follows: public ActionResult PDFPadrao() { string header = Server.MapPath("~/Views/Relatorio/Header.html"); string customSwitches...
asked by 20.08.2018 / 14:03
1
answer

margin problem when generating pdf

I am making a report, when I am generating the pdf, I tried to implement the margin, but it continues to cut the table in the middle and continues on the other page. This is happening at the margin, even though I placing it continues to cut i...
asked by 10.01.2018 / 19:42
0
answers

SVG to PDF - ASP.NET MVC

I was able to generate PDF, but I could not generate 100%. How do I generate SVG format for PDF without losing information / quality? Followthecodesbelow.CSHTML@{Layout=null;}<html><head>@Styles.Render("~/Content/Site.css") &...
asked by 19.10.2018 / 18:32
1
answer

When Generating PDF with Rotating, viewPDF is not displayed - error 404 - Works Local only

I'm trying to generate a PDF with the Rotary, I usually get it in the Location, but when I publish it it displays error 404. I have already added the DLLs in the project. public IActionResult ConfirmaReimpressaoCertificadoPDF(Certidao certi...
asked by 27.09.2018 / 16:23
0
answers

Rotating alternative in Azure

I use the rotating on my system, but doing the same in Azure as a Web Application because Azure does not allow execution of .exe file. So I need some other Framework to replace the Azure .     
asked by 18.09.2017 / 18:42
1
answer

Report with rotating mvc

I'm having trouble generating a report in mvc, using the rotary. The problem is that it generates the pdf, as if I have been ignoring the html, it is all unformatted. ob: for htm formatting, it's css in an external file. I'm calling it lik...
asked by 19.05.2017 / 03:43
1
answer

Rotating RazorPDF "hangs" on IIS [closed]

Friends, I use Visual Studio C # 2015. In an MVC project I'm also using the RazorPDF Rotator to create PDF from HTML pages. When I test the application in the development environment (localhost within Visual Studio) it works 100% of the time. Ho...
asked by 17.09.2017 / 03:08