Javascript in VBA to sign PDFs

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

  1. #1

    Default Javascript in VBA to sign PDFs

    I am new to this message board and to using javascript and I need help with a project I am working on. I have finally been able to sign PDFs automatically with the aid of the javascript file included with the SDK. What I want to do (at least see if it is possible) is to include the necessary javascript in my VBA code to sign the PDF instead of relying on an external javascript file. Does anyone have existing code that does this function (only need the code responsible for signing a signature field)? My office is using Adobe Acrobat 8.1 Pro.

    Thanks.

    -Joshua
    TigerHeli@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How do i programmatic-ally change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs?
      Hi Guys! How do i programmatically change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs? In...
    2. printing multiple PDFs from javascript
      Hi, I have a HTML page which lists a set of PDF files, and I would like to be able to allow users select a set of these files for printing. I am...
    3. No + (plus sign)
      I am not new to web design in general however i am trying new skills for cold fusion. i have completed the first tutorial that comes with coldfusion...
    4. Sign In/Sign Out like macromedia page
      I would like to add a sign in link that after you are signed in changes to sign out like on the top of the macromedia site. If anyone can help with...
    5. minus sign proportion to + sign in bold
      Does anyone know how to make a minus sign that is proportional to a plus sign (+) in bold in Freehand?
  3. #2

    Default Re: Javascript in VBA to sign PDFs

    Just read the SDK documentation about the JSObject bridge and use the JavaScript you already have that works.
    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