andyhutch77 / MvcRazorToPdf

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 the iTextXmlWorker.
125 stars 105 forks source link

File stream access #6

Closed digitalgym closed 9 years ago

digitalgym commented 10 years ago

Any chance of providing access PDF file stream directly without needing to return FileResult

andyhutch77 commented 10 years ago

Hi, sorry but I've really been short on time at the moment. I will take a look at it when I get a chance. If you manage to sort it please submit a pull request and I will include it.

ElanHasson commented 9 years ago

This is in master.. You can close this.