10
shouts

Returning PDFs from an ASP.NET MVC action | Where's Lou

published 338 days, 12 hours, 15 minutes ago posted by beebee 338 days, 19 hours, 20 minutes ago
Monday, April 13, 2009 8:18:24 PM GMT Monday, April 13, 2009 1:13:35 PM GMT

This feature is based on a post from Bill Barry, “Using Spark to render PDFs,” to the Spark discussion group. It’s based on iTextSharp, a port of the iText Java PDF library. It seemed like such a useful twist on the view engine, and so applicable to web sites, that I integrated what Bill had done into the Spark project and added a PdfViewResult action result for the ASP.NET MVC library.

category: ASP.NET | clicked: 25 | | source: whereslou.com | show counter code
tags: ActionResult, ASP.NET, ASP.NET MVC, ASPNETMVC, Spark, View