是否可以使用 HTML 5 或通用 Web 技术来保护我们的文档不被复制?

发布于 2024-12-06 08:49:55 字数 272 浏览 0 评论 0原文

我想为移动用户开发一个Web App,它将为用户提供文档供用户查看。我想确保一旦用户关闭窗口,就需要删除下载到临时文件夹的文档。 HTML 5 中有这个选项吗?

当浏览器显示特定的 pdf 文档或 MS Office 文档时,是否有任何规定可以禁用复制/粘贴选项?

更新1: 如果可能的话,我需要知道两件事:

  1. 能​​够通过 API 删除文件
  2. 通过文档浏览器禁用复制、粘贴选项。 (可能看起来像一个幻想)

I want to develop a Web App for Mobile users, which will provide users with documents for users to view. I want to ensure that the documents once downloaded to temp folder needs to be deleted once user closes the window. Is there any option for this in HTML 5?

Is there any provision to disable copy/paste options for when browser shows the specific pdf documents or MS office documents?

UPDATE1:
Two things I need to know if possible:

  1. Ability to delete files through an API
  2. Disable copy, paste option through Browser for Documents. (might seem like a fantasy)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一念一轮回 2024-12-13 08:49:55

我不相信您可以通过网络删除用户缓存/临时文件夹,但您可以使用密码保护您的 pdf 和 doc 文件并禁用复制/粘贴和打印功能。

I don't believe you can delete user cache/temp folder via web, but you can protect your pdf and doc files with password and disable copy/paste and print function.

離人涙 2024-12-13 08:49:55

您可以将您的文档制作为 flash .swf,然后使用 google swiify 将其转换为 html5!

you can make your document flash .swf then use google swiify to convert it to html5 !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文