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 },...
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...
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...
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")
&...
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...
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 .
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...
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...