【发布时间】:2011-06-10 19:58:56
【问题描述】:
如何使用 jsp 或 servlet 在网页中显示 pdf 文档(不单独,仅在网页内部)?
【问题讨论】:
-
这通常不是浏览器决定的事情吗?
标签: jakarta-ee
如何使用 jsp 或 servlet 在网页中显示 pdf 文档(不单独,仅在网页内部)?
【问题讨论】:
标签: jakarta-ee
您需要使用 <object> 或 <embed> 标签来包含 adobe 阅读器并指向您的 pdf 文件。
类似:<embed src="YourFile.pdf" width="500" height="375">
这里的另一个答案:EMBED vs. OBJECT
【讨论】: