IAC Question: Is it possible to remotecontrol Acrobat from a different OS?

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

  1. #1

    Default IAC Question: Is it possible to remotecontrol Acrobat from a different OS?

    I am trying to design a system in which a bunch of forms will be automatically filled. The data is in a Linux/Oracle database. The end users will be sitting at Windows stations.

    Can I remote-control Acrobat instances from Linux, using the Acro SDK?

    TIA,

    -RFH
    RamonHerrera@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Acrobat Pro 8.1 Question
      I just installed Acrobat Pro on my new Mac. While I can send things to the distiller, the documents don't automatically open in an Acrobat window...
    2. Acrobat 8 Question
      Where do the distiller/job settings reside in OSX? And can I copy custom settings from Acrobat 7? thx paul
    3. acrobat 5 for mac question
      hello... I picked up acrobat 5 for mac cheap off ebay hoping it would suffice. Any experts on this old version hanging around out there? What's...
    4. Acrobat Question
      Hello, I need some help. I have a 60 page document and I only want to save pages 30-35, is that possible for acrobat 5.0.5 Mac? How do I do it? ...
    5. Acrobat 6 Printing Question
      We are receiving book interior documents in PDF version 1.6 for printing. Our MacOSX v10.3.9 run Acrobat 6. The v1.6 PDF docs open with a warning....
  3. #2

    Default Re: IAC Question: Is it possible to remotecontrol Acrobat from a different OS?

    In theory - but there are both legal and technical issues to resolve to ensure that it's a fully workable solution.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: IAC Question: Is it possible to remotecontrol Acrobat from a different OS?

    Thanks again for your help, Leonard.

    I am trying to decide whether to "push" the field contents from Linux, -which is my preferred solution, due to the far superior horsepower of the server, plus the database lives there- or to "pull" it from the Windows clients.

    Based on your warning, I think I will concentrate on the "pull" solution. I am vaguely aware of a JavaScript-based solution in which an ODBC query is made, in order to fill the fields. The topic was discussed here, a while back.

    (Any pointer to documentation is appreciated, BTW.)

    Let's say that my form has 40 fields. Does that mean that I will need 40 different SQL queries, one per field? Or, perhaps there is a way to make a single SQL query with 40 arguments?

    Thanks again,

    -RFH
    RamonHerrera@adobeforums.com Guest

  5. #4

    Default Re: IAC Question: Is it possible to remotecontrol Acrobat from a different OS?

    I would start by NOT using ODBC...

    You should probably look into SOAP/Web services...
    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