How secure are crippled PDF files?

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default How secure are crippled PDF files?

    Let's say I have a PDF file that has the following document controls in place:
    1. Disabled Printing
    2. Disabled Copying
    3. Disabled Save As...
    4. A Watermark

    Would it be possible for me to use the Acrobat SDK to read this document and re-enable these functions? Or could I implement my own viewer/parser using the PDF specs to read out the contents of the document and retain their formatting?

    Thanks.
    Nigel_DeFreitas@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How To Secure Downloadable Files
      I'm building an application that will allow a group of people to upload and download files/documents entirely through a web browser. The files need...
    2. secure area - how to protect non-cfm files from directaccess?
      CFMX 6.1 In secure areas of a website, how do you prevent users from directly accessing non .cfm files directly (such as PDF's) by typing in the...
    3. Secure PDF's merged into 1 document from 2 different Secure Files, possible?
      I have multiple Secured PDF files that I have created. There is a possibility that my end user will need to merge multiple PDF files into 1 main PDF,...
    4. Best way to secure binary files
      I've got certain report files on my admin section that i'd like to secure. What is the best method of doing this on the web server? These could be...
    5. How to secure files and directories in asp.net
      Hi, How can i secure files and directories in asp.net ..... i'm using form based authentication to secure my asp.net pages but when any user...
  3. #2

    Default Re: How secure are crippled PDF files?

    Do you have the permission password?
    Bernd Alheit Guest

  4. #3

    Default Re: How secure are crippled PDF files?

    The PDF Reference from Adobe makes it clear that use of the specification to access "protected content" without proper use is not permitted and will cause enforcement of our IP policies.

    Leonard Rosenthol
    Adobe Systems
    Leonard_Rosenthol@adobeforums.com Guest

  5. #4

    Default Re: How secure are crippled PDF files?

    Thanks for your prompt responses.

    No - the end user will not have access to the password we use to protect the document, however they will be able to view and read it.

    Leonard,
    What exactly do you mean by "will cause enforcement of our IP policies"? Does this mean that in court we can claim that the intellectual property (IP) rights of our protected document were violated?

    i.e. We'd need to know about it first, and then take the offender to court. Is this written into the PDF specification as well?

    Thanks.
    Nigel_DeFreitas@adobeforums.com Guest

  6. #5

    Default Re: How secure are crippled PDF files?

    My comment is about Adobe pursuing the developer of any tool that processes a PDF in violation of the rights embedded into the document. It has nothing to do with how users treat your documents - that's something you need to deal with.

    If you are concerned about security, then you should choose a solution that is designed for enterprise or government level security such as Adobe's LiveCycle Rights Management Server.

    Leonard
    Leonard_Rosenthol@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139