【发布时间】:2017-04-17 14:43:46
【问题描述】:
我想将 pdf 添加到 html 页面以打印这两个文件,我的意思是 pdf 包含页面 1 和从 2 到末尾的 html。
https://jsfiddle.net/BernardoBJ/u7wogfvn/
<html>
<body>
<I want to add a pdf here>
<html content>
</body>
</html>
我需要发送这个来打印页面并将 pdf 与 html 视图合并。 我已经尝试像源或嵌入一样添加 pdf,但这不起作用。 我认为我需要先将 pdf 转换为 html 或其他内容才能添加它。
【问题讨论】:
标签: javascript html pdf