【发布时间】:2013-01-30 03:01:02
【问题描述】:
我是网络编程的初学者,我的问题是如何将pdf文档嵌入到html中的一个分区标签中,并且我们可以避免复制,打印和下载选项。
以下是我的代码。
<html>
<head>
<title>Pdf Document
</title>
</head>
<body>
hello world!
<br>
<div width="500px" height="500px">
<embed src="myfile.pdf#toolbar=0&navpanes=0&scrollbar=0" width="425"
height="425">
</div>
<div width="1px"> hello</div>
</body>
</html>
【问题讨论】:
-
在这个链接中我找不到如何避免复制和打印