Is there any way to open pdf on <iframe>
or &开发者_如何学Pythonlt;object>
passing byte[] data? i have pdf on byte form.i am using c#
Why not just point the iframe to a specific aspx page that renders the pdf?
We can handle this according to this. We can pass byte data in data of object.
<embed src="Path of file/(you can return file in byte form)" width="960" height="900">
</embed>
精彩评论