ASP.NET MVC Generate PDF from byte[]
Before posting this message I looked many posts in SO but few where closed outright saying they need to see FAQ, few gave solutions that use iTextSharp or something else. But none solves my issue. My issue is I have a byte[] and I need to generate a PDF in new child window . We are just using ASP.NET MVC 4 and no iTextSharp or similar. Please let me know if there is already a post that exactly matches this. I am ok to create new Partial Views I have one PDF Icon image in my Partial View. When user clicks it I need to display PDF in new browser window. I can successfully call a JavaScript