execute send and receive comments in browser-based review

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

  1. #1

    Default execute send and receive comments in browser-based review

    [with Acrobat 7.0.8] [cross-posted in .Scripting]

    From a folder-level script, how can we trigger uploading comments to the server (the equivalent of the "Send and Receive Comments" button on the Commenting toolbar) in a browser-based review.

    I can't find a cName in the list of menus and toolbar buttons that seems to match this button that I could use with execMenuItem. It appears to only be visible in the browser during a browser-based review.

    Thanks!
    Bruce
    Bruce_Hensley@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Send and receive data from mysql.
      I would like flash to send and receive data from mysql. To send data I would like to create 5 input fields, and then use a submit button. Then...
    2. review state of comments
      Hello, I can retrieve all comments (acroPDPage.GetNumAnnots...) from a PDF (in VisualBasic). Is it possible to retrieve also the review state...
    3. Closing/terminating a browser-based review
      What is the proper (or recommended) way to end a browser-based review? In other words, all the reviewers who were supposed to leave comments have...
    4. Browser-based review - help
      Does anyone know of a source where I can find good instructions on how to set up and participate in a browser-based review, including troubleshooting...
    5. NIC's will send but not receive
      Have two pc's at home running WinXP Home (SPk1) connected with a CAT5 crossover cable. We don't share an internet connection, just want to be able...
  3. #2

    Default Re: execute send and receive comments in browser-based review

    You are barking up the wrong tree. Look at the JS "submit" method and the parameter "bAnnotations".

    ~T
    Tembowa@adobeforums.com Guest

  4. #3

    Default Re: execute send and receive comments in browser-based review

    T,

    Thanks.

    All I can find in the docs is "submitForm", not "submit"; is this what you meant?

    This is for a browser-based review, not a form fill-in process. I do not see how submitForm would apply. There is no FDF to send anywhere.

    I'm confused.

    Bruce
    Bruce_Hensley@adobeforums.com Guest

  5. #4

    Default Re: execute send and receive comments in browser-based review

    The location of the comments store is the logical place.

    Rocky
    Rocket_Jay_Squirrel@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