MvcRazorToPdf icon indicating copy to clipboard operation
MvcRazorToPdf copied to clipboard

Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult. This converts regular produced razor/html to pdf documents in the browser using...

Results 23 MvcRazorToPdf issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Right now, I only managed to save the PDF file to the pre-defined path in the controller (which is not very intuitive). Is there any way to show a Download...

Updates Markdown to GHFM (Github-flavored markdown)

Hi there - Thanks for creating this great library that we've been using for our project now. I am having one really annoying issue and I seem to not be...

Hi, I've got a table that starts in the middle of the page. If it's longer than the page, it leaves tat half of a page blank and starts table...

Is there anyway to get rid of the margins? CSS doesn't seem to be working and I want my image in the top left corner. Thanks, Jake

hi, i keep getting this error The document has no pages The page is a replica of MVC Details page this is my code public ActionResult CreatePDF(int? id) { ```...

How to download file using ajax call? i want to return Json(new { success = "Valid" }, JsonRequestBehavior.AllowGet); ie. how to convert the below line in actioncontroller. return new PdfActionResult(pdfres,...

I would like to display images from base 64 is this possible. ie: "data:image/png;base64"

base64 image support and added demo page. https://rupertmaier.wordpress.com/2014/08/22/creating-a-pdf-with-an-image-in-itextsharp/