+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 18 of 18

Thread: Document Rights Mangement

  1. #11
    Moderator Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan's Avatar
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Age
    34
    Posts
    2,619
    Blog Entries
    7

    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.
    __________________________________________
    Ask me: Orjan | Contribute to the Wiki! | Make your own Programming blog!
    I usually play eRepublik and Travian when I'm not on CodeCall

  2. #12
    Newbie engr is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    22

    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?

  3. #13
    Newbie engr is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    22

    Re: Document Rights Mangement

    @orjan - how do I accomplish that?

  4. #14
    Moderator Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan is a glorious beacon of light Orjan's Avatar
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Age
    34
    Posts
    2,619
    Blog Entries
    7

    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.
    __________________________________________
    Ask me: Orjan | Contribute to the Wiki! | Make your own Programming blog!
    I usually play eRepublik and Travian when I'm not on CodeCall

  5. #15
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,702
    Blog Entries
    57

    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.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #16
    Newbie abhijit.tannu is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    1

    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.

  7. #17
    Learning Programmer scottk is on a distinguished road scottk's Avatar
    Join Date
    Jul 2009
    Location
    Atlanta, GA
    Posts
    35
    Blog Entries
    1

    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?

  8. #18
    Newbie engr is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    22

    Re: Document Rights Mangement

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

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Replies: 18
    Last Post: 06-01-2009, 09:05 PM
  2. Rights of a Blogger
    By Chinmoy in forum The Lounge
    Replies: 3
    Last Post: 06-01-2009, 03:43 PM
  3. Best tools to build Document Generator?
    By wildkick in forum General Programming
    Replies: 3
    Last Post: 01-13-2009, 01:53 PM
  4. how to do a good rights management
    By Orjan in forum PHP Forum
    Replies: 8
    Last Post: 08-27-2008, 10:49 AM
  5. UNIX HELP: C programmers
    By Dr. Abbey in forum MarketPlace
    Replies: 5
    Last Post: 05-26-2008, 11:57 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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