Hello there.
Lets say i have a byte [] representing a PDF. Then, how could i stream this PDF so the browser can open it ?
Im using DotNetJasper and im obligated to creating the PDF file in the server, but i didnt want that, i wanted to create the byte array and stream it directly w/o needing to save the file on the server, saving lots of space and possibly some deletion logics.
Thanks alot for your attention !