Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Can do this with struts2 (java) please be specific in the desired tool set. – Quaternion Jan 19 '11 at 1:51
Hi! I am using C# and asp.net. – user282807 Jan 19 '11 at 2:10

1 Answer

up vote 1 down vote accepted

Create an aspx page that binarywrites the PDF the response stream. Set this aspx page to the iframe.

share|improve this answer
ok, i'll try that, i am using ashx though so i'll try it. – user282807 Jan 19 '11 at 4:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.