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

Display images from base 64 string #45

Open tyroneallen281 opened 8 years ago

tyroneallen281 commented 8 years ago

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

burakaydemir commented 7 years ago

you can follow this pr: #55