我正在开发一个电子图书馆网站,我想显示书籍内容(以pdf格式保存)。问题是打开嵌入的pdf的用户仍然能够通过突出显示文本来复制内容。我需要在哪里设置代码?
我已经放了<iframe src="http://localhost/ci_crud/upload/product/Proposal_Thesis.pdf#toolbar=0&navpanes=0&scrollbar=0" title="PDF in an i-Frame" frameborder="0" scrolling="auto" style="width:100%; height:100%; user-select: none; -webkit-user-select: none;"></iframe>
这是我当前的代码
redirect