【问题标题】:Open pdf in Iframe passing byte data在 Iframe 中打开 pdf 传递字节数据
【发布时间】:2010-06-09 13:31:02
【问题描述】:

有什么方法可以在 <iframe><object> 上打开 pdf 并传递 byte[] 数据?我有字节形式的pdf。我正在使用c#

【问题讨论】:

    标签: c# iframe byte


    【解决方案1】:

    为什么不直接将 iframe 指向呈现 pdf 的特定 aspx 页面?

    【讨论】:

      【解决方案2】:

      我们可以按照这个来处理。我们可以在对象的数据中传递字节数据。

      <embed src="Path of file/(you can return file in byte form)"  width="960" height="900">
       </embed>
      

      【讨论】:

      • 您好,请问如何在 iframe 或嵌入中提供字节数组数据?
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-10-10
      • 2013-04-25
      • 2018-10-19
      • 2015-03-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多