将iframe内的PDF内容复制到embed元素

时间:2015-02-26 15:30:17

标签: javascript pdf iframe embed

首先,不知道这是否可能,但如果可能,那就太棒了。

我需要复制iframe内容(显示当前正在创建的pdf,我的意思是我将iframe的src属性放入url,这个url返回一个类似http://webservice.pdf.com/getpdf/product/1的pdf文件)嵌入元素。

这样的东西
<iframe src="http://webservice.pdf.com/getpdf/product/1" type="application/pdf" > // this is the iframe that have the pdf file generated on the fly

复制到:

<embed src="product1.pdf" type="application/pdf">

我认为可以将iframe内容转换为编码base 64或类似的内容。问题是我使用的是Internet Explorer 11,而且这个浏览器杀死了。

想法或其他替代方法可以实现这一目标吗?

提前致谢

0 个答案:

没有答案