Is it possible to protect our documents from getting copied using HTML 5 or general Web technologies?

南楼画角 提交于 2019-12-14 04:09:35

问题


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)

回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/7551675/is-it-possible-to-protect-our-documents-from-getting-copied-using-html-5-or-gene

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!