disable review and comment with PDF open parameters

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

  1. #1

    Default disable review and comment with PDF open parameters

    [cross-posted in the scripting and Acrobat Windows forums ... my apologies if this is inappropriate]

    We have successfully created links on an HTML page to documents for review and comment using the "collab" PDF open parameter to set the comment repository and open it for review.

    If the user has a comment repository already configured in preferenes (that is, not set to "None"), then an href to the document without the open parameter still opens it for commenting.

    Is it possible to create a link to the document that opens it without initiating comment and review, as if their repository was set to "None", perhaps by setting "collab", or another, open parameter?

    [using Acrobat Pro 7.0.8 on Windows]
    Bruce_Hensley@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. menu item name for enabling review and comment in Reader
      Using Acrobat 7.07, I am attempting to automate the process of enabling review and comment by Reader. I can get execMenuItem(cName) to work with...
    2. Acrobat9: How to Disable "Welcome back to Shared Review" Dialog ?
      Hi. Every time, when shared PDF file is opened, "Welcome back to Shared Review" dialog, "Comment & Markup" window, and "Please add your comments...
    3. Accepting Text Edits from Comment review Ver 7
      I have successfully sent a pdf document out for review by email and comments and edit markups have been inserted. How can I accept/reject these edits...
    4. Too few parameters to RecordSet.Open?
      Hi All! My ASP page below receives the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E10) Too few...
    5. objRS.Open parameters
      Are the values of adOpenForwardOnly and adLockOptimistic assigned automatically on the server or should I be preloading these with their numeric...
  3. #2

    Default disable review and comment with PDF open parameters

    We have successfully created links on an HTML page to documents for
    review and comment using the "collab" PDF open parameter to set the
    comment repository and open it for review.

    If the user has a comment repository already configured in preferenes
    (that is, not set to "None"), then an href to the document without the
    open parameter still opens it for commenting.

    Is it possible to create a link to the document that opens it without
    initiating comment and review, as if their repository was set to
    "None", perhaps by setting "collab", or another, open parameter?

    [using Acrobat Pro 7.0.8 on Windows]

    baphensley Guest

  4. #3

    Default Re: disable review and comment with PDF open parameters

    Uh... I answered this in the Acrobat Forum? Well here it goes again.... No, there is no parameter available to do this. What you can do is to use and FDF file to change the preference. Don't worry about changing the preference either because Acrobat caches the data anyway and it will still be available to the user in the pop-up menu. Besides if you want to make sure someone is indeed setup for Online Comment and Review you are going to configure them for your particular Online Comment and Review setup each and every time anyway whether it is by PDF Open Parameter or a JS embedded in an FDF file.

    Also if you want maintain the user's current client setting then go ahead and set the preference with a PDF Open Parameter. It's OK because the PDF Open Parameter is session specific. That means the minute you exit the web browser that's the end of the preference setting.

    ~T
    Tembowa@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