I am getting a byte array from a WCF service that generated the PDF and converted it to a byte array. I need to able to get the byte array and using either PHP or Javascript
Set MIME header with header() to match a PDF and then print out byte array.
Something like this: In PHP, output as byte array and stream. Which one is better?