Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Document Rights Mangement

  1. #11
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    41

    Re: Document Rights Mangement

    the only way to manage with that is to create a picture of it's contents, then they can view but not download the file itself.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    engr is offline Newbie
    Join Date
    Jan 2007
    Posts
    22
    Rep Power
    0

    Re: Document Rights Mangement

    You mean to say that there is no way of preventing the user from saving the document on his system once the document opens in his browser?

  4. #13
    engr is offline Newbie
    Join Date
    Jan 2007
    Posts
    22
    Rep Power
    0

    Re: Document Rights Mangement

    @orjan - how do I accomplish that?

  5. #14
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    41

    Re: Document Rights Mangement

    For the user to view the document, it needs to be downloaded temporarily at first. so that's what is the problem.

    To accomplish a picture all depends on what kind of documents we are talking about. one way is to make a batch to print the document to a PDF writer and then save the PDF to images, but there are probably both easier and harder ways to do it as well.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  6. #15
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Document Rights Mangement

    If I am browsing a site, and see content, then the content I see is ON MY COMPUTER in the form it was presented. IE's temporary files are actually copies of all that content, for example. I've been to a few sites that tried to block right-click save. They worked on IE, but FF let me save them anyway.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  7. #16
    abhijit.tannu is offline Newbie
    Join Date
    Jul 2009
    Posts
    1
    Rep Power
    0

    Thumbs up Re: Document Rights Mangement

    Hi engr,

    Most of the standard access control solutions - proposed here or otherwise - will not help you achieve what you are looking for. They are all "perimeter" based access control. They can control the document till the time it is in your database but they can not control what the user does after downloading the document on his machine.

    There is a separate class of solutions that allow you to do exactly what you are looking for. This a an upcoming area and it is fairly involved task to accomplish this.

    Some of these solutions allow you granular access control in terms of view/print/edit/copy-paste etc. on each document for each user. They even prevent screen grabbing these documents.

    FileSecure from Seclore Technology is one such solution that allows you all this and more. It even allows you to change the access permissions (or usage permissions as they call it) even after the file is sent across. Please visit their website for more details on the same.

  8. #17
    scottk's Avatar
    scottk is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    Atlanta, GA
    Posts
    35
    Blog Entries
    1
    Rep Power
    10

    Re: Document Rights Mangement

    It sounds like you're trying to recreate Microsoft Office Sharepoint Server (MOSS). Have you taken a look at that product?

  9. #18
    engr is offline Newbie
    Join Date
    Jan 2007
    Posts
    22
    Rep Power
    0

    Re: Document Rights Mangement

    Yes,but I need MOSS for that.I was thinking of doing the same with Visual Studio 2005.

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How/Where might i buy rights to a 2d mmorpg
    By atheium in forum General Programming
    Replies: 2
    Last Post: 06-24-2011, 02:33 AM
  2. How to convert an html document into am msword document?
    By greenerworld in forum HTML Programming
    Replies: 1
    Last Post: 11-23-2009, 03:25 AM
  3. file structure mangement
    By techtoast in forum Python
    Replies: 3
    Last Post: 10-08-2009, 08:42 PM
  4. Rights of a Blogger
    By Chinmoy in forum The Lounge
    Replies: 3
    Last Post: 06-01-2009, 01:43 PM
  5. how to do a good rights management
    By Orjan in forum PHP Development
    Replies: 8
    Last Post: 08-27-2008, 08:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts