开发者

Open pdf in Iframe passing byte data

开发者 https://www.devze.com 2023-01-03 08:19 出处:网络
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

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>
0

精彩评论

暂无评论...
验证码 换一张
取 消