Signing a form without a signature field

We use the certify method of the SignatureServiceClient as described in
http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000898.html
Because we simply want to sign the form, we create an invisible signature field and pass that to the certify method.
This seems to be a long way around and is in fact causing us problems with the layout.
Question: Is it possible to sign the form not using a signature field?

Peter
That's odd, as it is possible to certify a PDF (without a signature field) when using a process created in Workbench.  You would think that the APIs would function the same, unless the CertifyPDF operation in Workbench creates an invisible signature field as part of the certify operation.
You could check with Adobe Technical support to confirm.
Regards
Steve

Similar Messages

  • Adding an image when signing, but not in the signature field, in Reader

    Hi,
    I would like to know if it is possible to add an image to a pdf document when I sign the document in Reader.
    I do not want to add the image in the signature field as a signature, but rather below the signature field. The image is 'n barcode providing me with more information on the signature.
    I have looked at the Stamper example, but this functionality is not avialable in Reader.
    Thank you,
    Magda

    If you insert after signing you will break the signature!!   You need to do any such stamping BEFORE signing.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 26 Oct 2011 23:54:15 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Adding an image when signing, but not in the signature field, in Reader
    Re: Adding an image when signing, but not in the signature field, in Reader
    created by magdakuit<http://forums.adobe.com/people/magdakuit> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3992619#3992619

  • Bc forms without e-mail field

    how do i  make a form that doesn't require the email field? can anyone help?

    If you want it to go into the system you cant, its the key identifier.

  • Reader can't sign pdf signature field

    I have a problem with digital signatures in Adobe Reader.  I have Adobe Acrobat 9.  I am including a form with multiple signature fields in a pdf portfolio.  This portfolio is circulated to collect signatures from users in different departments, some have Acrobat and some have Reader only.  I make sure that features have been extended for Reader. Most of the time they are okay.  But every once in a while (at least once or twice per week) I get a user telling me they can't sign.  No message or error of any kind, just a quick blink but no signature.  As a work-around I've had to save a copy and re-extend features.  This can be time consuming when there are a few documents I need to circulate.  Please help.

    Beto,
    Just make sure that you application server's clock and the User's machine's  clock are properly synchronized.
    Clock synchronization problem might also cause this issue. [Your network administrator caould resolve this time synchronization issue]
    Nith

  • Digitally Sign All Signature Fields in the Active Document

    I have a script which will sign a single digital signature field by the field name.
    I need to revise the script so it will sign multiple/all signature fields in the active document without having to put the field name in the script, as the field names will vary with each document.
    Can anyone please advise how to modify the script to sign all fields in the active document regardless of the field name?
    function myOtherTrustedFunction()
    app.beginPriv();
    // Get and login to security handler
    var oSigHdlr = security.getHandler( "Adobe.PPKLite" );
    oSigHdlr.login( "123","/c/Documents and Settings/name/Application Data/Adobe/Acrobat/10.0/Security/FirstNameLastName.pfx");
    // Setup Signing Properties
    var chk = this.getField("Checked");
    if (chk != null) {
    // Apply Signature and save back to original file
    var bRtn = chk.signatureSign({oSig:oSigHdlr, bUI:false, oInfo:{password:"123"}});
    app.endPriv();
    Any assistance will be most appreciated.

    Thank you for your help, the script will now count only the signature fields which have not been signed.
    I have added the second part of the script to then sign all of the blank signature fields.
    The script is only signing one of the digital signature fields instead of all of the blank signature fields.
    Can you please advise how I can modify the script to sign all of the blank signature fields?
    var count = 0;
    for (var i = 0; i < numFields; i++) {
        // Get the current field object
        f = getField(getNthFieldName(i));
        // If it's a signature field and not already signed, increment counter
        if (f.type === "signature" && !f.value) {
            count++;
    var myEngine = security.getHandler( "Adobe.PPKLite" );
    myEngine.login( "123", c/Documents and Settings/name/Application Data/Adobe/Acrobat/10.0/Security/FirstNameLastName.pfx" );
    // Sign the field
    f.signatureSign( myEngine,{password: "123"});

  • Signature field disappears in Acrobat X?

    I used InDesign CS6 to create a form with two signature fields, among others. When I open the form in Acrobat X, the fields are all there. When I sign the first part of the form and then save it and then reopen the form, all the checked radio buttons are blank and the signature disappears. I was able to get the radio buttons to stay when I sent the PDF to the second signatory, but my signature was not there. They were able to sign on the second signature field and return the PDF to me. The second signature was there, but not the first one. The recipients are using Acrobat Pro for Windows (not sure which version but probably the latest) and I am using a Mac with Acrobat X and InDesign CS6.

    Yes, you can create and edit forms with Standard. It won't allow you to add/edit document-level JavaScripts or add the digital signature usage right when Reader-enablinga document, however.

  • Form with multiple signatures, each with sigDate, only one date fills

    I have a form with two signature fields, Sig1 and Sig2.  Each sig field has an associated date field Sig1Date and Sig2Date.
    I have a Topaz signature pad, so the form users physically sign the document.
    When the first signature is entered (in either Sig1 or Sig2), the associated date field autofills as expected.
    When the second signature is entered the associiated date remains blank.
    I have other forms from vendors with up to six signature fields, each with dates, where each date fills as the signatures are entered... what am I doing wrong?
    Thank you.

    The problem must be in the way the form is constructed. There must be a JavaScript associated with your signature fields that autofill the date, and perhaps it is working on Sig1 but not on Sig2. If you sign the second signature field first, does its date field get populated? Do you know that other people are able to sign both fields in the same PDF and have both dates populated? I am sceptic about that. IMO this is more a question to the author of the PDF that you are signing.

  • Reset signature field

    I'm having a problem with reseting my signature fields. It seemed to work fine in reader X but not XI.
    I have a form with multiple signature fields, and each time a signature field is signed then it locks certain fields. Now when I reset these signature fields (via a button), it resets the field itself but does not unlock the fields it originally locked.
    Any help with how to unlock these fields as well?

    When a field is locked when a signature field is signed, the field is set to read-only. You can can undo this by setting the read-only property of the fields to false:
    getField("text1").readonly = false;
    You will have to do this for each field. If you use hierarchical naming for the fields so that all of the ones you want to affect have the same prefix (e.g, group1.name, group1.address, etc.), you can set them all with a single statement:
    getField("group1").readonly = false;

  • Problems wiht instanceManager.addInstance() and signature fields

    I have a subform that contains two signature fields which I have set to not lock any field during signing. This subform has the ability to appear in the PDF as may times as needed.  The problem is that as soon as I click the button to add an instance to the form. All signature fields in the original subform and the newly created subform dissappear from the form.
    What do I need to do to make sure that the signature fields are available when I create a new instance of the form? 
    Below is the code I am using to create the new instance:
    var subForm =xfa.resolveNode("Affidavites.Affidavit");
    if  (subForm != null){
         subForm.occur.max
    = "10"; 
         var newForm = subForm.instanceManager.addInstance(1);     newForm.presence
    = "visible";
    else     xfa.host.messageBox("Unable to create instance of Affidavit");

    You can have a signature field, or multiple signature fields on a dynamic form, but you cannot place the signature field(s) inside a repeatable subform.  This is nor supported and will not work.
    Regards
    Steve

  • Does a Signature Field Have a Signature?

    I have a form with 2 signature fields.  I want to make sure that the first Signature Field has a signature in it before the second can be entered.  I think I would use a script in the Pre-Sign event, but I don't know what property to check, or what event to fire off.  Any ideas?  Thanks.

    In the enter event of the 2nd signature field, you could put in a script like:
    if (signature1.rawValue == null){
         xfa.host.setFocus(signature1);
    This checks to see whether or not the first signature field has a value in it and directs the cursor to that field if it's empty. Signature fields might be a little different than ordinary fields though, so you should be sure to test this thoroughly.

  • Prevent "Save As" dialog box from popping up when signing a form

    Is there a way to prevent the "Save As" dialog box from popping up when clicking on a Signature Field?  I have a form with multiple signature fields and I would like to disable this action from happening.

    Hi rus-tee,
    That's interesting--what are you using to convert your file to PDF? Are you using Word? Or are you using the Adobe PDF Pack online service. Please describe your process for converting to PDF, and we'll get to the bottom of this!
    Best,
    Sara

  • Problem with the Signature field

    Hi All,
    Good day. I am having problem making a script work in the Adobe LiveCycle. Basically what I am trying to achieve is lock most of the fields on a form when the signature field is click. Note: Not all the fields should be locked. I then wrote a sample script with one of the field as follows:
    if(employeeSig.rawValue !=null){
       EmployeeLastNa.access = "protected";
    But surprisingly it does not work. I have placed this code on the Click, PostSign, and even PreSign events, respectively, but it does not work. I am just wondering what I may be doing that is wrong.
    Thanks
    v/r
    lucp

    Hi -
    rawValue does not work on signature fields, so that code will do nothing.  Use the collection feature in the signature panel to lock particular fields:
    Create a collection then modify it to lock whatever fields you need.

  • Signature field and submit button not working

    I recently upgraded to LiveCycle Designer ES2 and am having problems with some functionality.  I created a form with 3 signature fields and a submit button for the final signator to email the form back.  None of the signature fields work; neither does the submit button.  I did everything the same as I had in the previous version of the software.  However, it appears that there have been some changes that I'm unaware of.  I read about locking objects, but got a little confused.  Can someone tell me (in very lay terms) what I need to do to get these functions to work? 

    George,
    Then, I guess I don’t know what I’m looking at.   When I look at the document properties, it shows that rights have been granted.  See the screen shot below.
    Would you tell me how I should enable Reader?
    Gloria
    Gloria Díaz
    Gloria Díaz

  • Can't  sign signature field after unlocking

    We have encountered the following senerio(both in Reader and Professional 8.1 and above), even with all appropriate rights and privages applied the document.
    Given a simple document with 2 fields, one a digital signature field and one a simple text field.
    On initial form open the digital signature field is set read-only. After the user enteres any data into the text field, the digital signature field is set to open for signing.
    With Reader/Professional 8.0 and previous, the user gets the digital signature wizard when they click on the signature field and is able to sign the document
    With Reader/Professional 8.1.x the user is able to click into the digital signature field (mouse changes to the finger/field indicator shows blue) but the wizard does not appear. The user cannot sign the document until it is saved, closed and then re-opened.
    code is as follows
    text field name: text1
    digital signature field name: sig1
    text1 exit event: if (!this.isNull && this.rawValue != null) sig1.access = "open";
    Does anyone know how to fix/work around this problem?

    What you're describing is what happens when the form has not been Reader-enabled, or the extended features are no longer valid. It's hard to say what's wrong without seeing the same document that she's using. It's also possible that even though she says she has the latest version of Reader, that she's actually using something else to view the PDF, such as Preview on the Mac, the built-in PDF viewer with Firefox or Chrome, or something else.

  • Is there any way to add a digital signature field at the end of forms?

    I am trying to have my patients fill out the mandatory forms online and have them sign it aswell.
    any help would be great.

    You can easily create a form in FormsCentral that your patients can fill online but FormsCentral doesn't support signature field.
    If you must have a signatures then you can have a look at http://echosign.acrobat.com.
    You can still use FormsCentral to create a PDF form that you can then use with EchoSign but you won't be able to gather data in FormsCentral.
    Gen

Maybe you are looking for

  • A problem about the compression of directed graphs

    Right now I encountered a problem in my research that is about graph compressing (or contraction, etc.). I've searched in various ways for existing techniques on this problem and found nothing. I've been trying to figure out this problem by myself. H

  • Preserving row and column addresses

    How can I preserve row & column addresses on multiple cells in Numbers?  This question has been asked before but I can't find the answer.

  • Fast Failover property prevents container restart

    I'm running a 10.1.3.1 Application Server using the managed data sources using connection pooling which connect to a 10.1.0.4.0 Database in a clustered RAC environment. (Before our recent migration from the 9.0.4 application server, we used the oc4j

  • Problems installing Photoshop Elements 11 upgrade

    I'm trying to install photoshop elements 11 and premiere elements as an upgrade from elements 6. When I click on 'download' on the order page the next screen tells me that I'm using internet explorer 4 or earlier and have to use a later version.  My

  • Drag drop from bridge to InDesign.

    I am having problems with getting drag drop to work from bridge to InDesign. I have made an extension that reads information from ouer dam and shows it in bridge. I wont to bee able to drag a node from that data from bridge(It shows fine in bridge wi