what i should to do to customize my PDF signature using PubSec?

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

  1. #1

    Default what i should to do to customize my PDF signature using PubSec?

    I want to develop a customized signature plug-in.I saw the example-DocSign.But I want to call the signature method by my tool/button/menu etc,not from the signature button of the Acrobat's.

    When user click my signature button , i will ask the user to select the certificate,appearance and any other user could decide by themselves,after that if user left click the page view will add a signature.

    I think that on the user left click event should start PSSessionAcquireProc calling.But this proc is called by Acrobat.

    What should i do to accomplish this?

    Thanks in advance, especially for Leonard for your patience. :)
    Thanks!
    NoSmoking@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Customize menubar
      Hi all, created a menubar menu: menu Intro | _movie.go("Intro") Chapter 1 | _movie.go("Chapter 1") Chapter 2 | etc. menu: More info...
    2. How to add my customize stamps to PDF?
      I could only add the default stamps that come with the Acrobat, how could I add my customize stamp to PDF? Thank you for your help Goran
    3. How do I customize a progress bar?
      Hi All, First of all writing code for a progress bar is beyond my abilities. If someone can help me with setting up a progress bar that I can...
    4. Customize prompt on KSH
      In article <bgi4fs$oolo9$1@ID-144395.news.uni-berlin.de>, Andrew Falanga <excalibur@icehouse.net> wrote: export PS1=' Note: If you are typing...
    5. customize x-window
      Hi folks, I want to customise what I can do while in x-window. I want a bare minimum capabiliites. For instance, reduce the number of editors on...
  3. #2

    Default Re: what i should to do to customize my PDFsignature using PubSec?

    If you wish to use a procedure OTHER than the standard set of operations that Acrobat's signing does - you will need to re-implement the entire process yourself. You are welcome to do so - we have some partners that do this - though it's certainly not a trivial amount of work.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: what i should to do to customize my PDFsignature using PubSec?

    Leonard:
    I think I should use DigSig other than PubSec,is it right?
    The DigSig can be called on the user demand and can set the signature RECT.
    So i think it's suitable to use DigSig for my purpose,right?
    NoSmoking@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