How to sign pdf from external application

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

  1. #1

    Default How to sign pdf from external application

    Hello,

    I’m looking for the method to sign a PDF file from external application.
    First I looked for a library. But actually I’m trying to do this work with the tools of Adobe SDK.

    I use the actual version of acrobat reader and adobe SDK (version 9).

    I would sign a document without acrobat reader running.
    I prefer not include a plug-in. That’s it will run with the default Adobe Reader’s installation.

    I’m reading that is possible call a piece of JavaScript from C++ o Visual Basic with the “AFExecuteThisScript” function.
    I hope that it will be a good solution, but I’m not sure.

    Another solution may be use the API Headers (SDK 9) to make Plug-ins for make my application?
    Can I use PubSec or DigSig to make a digital signature from a program? Not included in Acrobat Reader!

    It is another solution that I found: (Unfortunately for the version 5.05 of Acrobat Reader and I’m not sure that it will run well)
    <http://support.adobe.com/devsup/devsup.nsf/docs/52126.htm>

    At the moment I not want use Adobe LifeCycle for this work.

    If you was involved with a similar project or have a product, please contact me.
    Thank you.

    Jesús

    __________________________________________________ _______
    For more information about the project:

    SPECIFICATIONS OF OUR PROJECT:

    We need to make an ActiveX program to enable our customers sign PDF before upload it.
    The ActiveX program have to run through the web browser, so We are looking for a small DLL (Without dependences with .NET Framework or Java virtual Machine), it have to run own-self. It will have to add one or multiple digital signature at PDF file. The digital ID could be stored in a token device or in the store of windows. So, the library will have to "speak" with the csp (Certificate Service Provider) to sign the certificate.
    I could use the CAPICOM to allow our customers select a certificate from a pop-up window. Then I need your product: For example a method or function that with INPUT
    (1) PDF file to sign
    (2) An ID of the certificate selected by the user.
    Then result will be the "Input PDF file" with the digital signature added.

    If you have this product, we are interested!
    Regards!
    __________________________________________________ _______
    Speakearme@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Sign a PDF from external application
      I would like sign a PDF from external application. After try a lot of libraries I thougt that a good option may be use the Adobe SDK to make a...
    2. Edit in external application
      I want to put a counter on my travel website: www.luvntravln.com (enjoy the pics :smile;) Portion of source code before adding counter: <p...
    3. Can we declare external Application API ?
      :confused; I got a great windows application with APIs which are insuring the data consistency and many other cool features like workflows and...
    4. 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?
    5. How... can i call external application.exe by Fla
      i am new in flash If I want to call or open....myfile.exe how can i write script Thank you ..
  3. #2

    Default Re: How to sign pdf from external application

    Adobe Reader does NOT provide any APIs for this type of function.

    Adobe Acrobat, however, does. These are the types of things that a paid for product gets you...
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: How to sign pdf from external application

    Hi,

    Im eager to now how old is this post?

    Bests

    Norb
    Unregistered 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