I have a pdf stream and would like to stream it right to the iframe. I know you can give an iframe a source file, but dont know if iframe can take in a stream instead and show pdf. Thankx
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Create an aspx page that binarywrites the PDF the response stream. Set this aspx page to the iframe. |
|||
|
|