Seeding a signature field in Livecycle design

Creating a signature field is straight forward. However I want to seed the 1st sig field to make it an 'author' signature and allow type 2 changes (The permitted changes are filling in forms, instantiating page templates, and signing. Other changes invalidate the signature.).
I know how to do this with javascript in Acrobat forms. But in Livecycle I cannot find how to set the seed on the field.
Any advice appreciated please.

This cannot be done using LiveCycle Designer but here are other options
Option # 1
A simple orchestration can be created using addSignatureField/ModifySignatureField
In workbench Select the activity(addSignatureField/ModifySignatureField) and Go to Process Properties
Under Advanced Panel --> Signature Type(In property editor)
Select Certification Signature radio button and "Annotations,form fill-in and digital Signatures" drop down
Option # 2
using Client SDK Java API, Here is code snippet
    Document inDoc = new Document(new File(inputFile), false);
    PDFSignatureFieldProperties pdfSigFldProps = new PDFSignatureFieldProperties();
    PDFSeedValueOptionSpec pdfSeedValueOptionSpec = new PDFSeedValueOptionSpec();
    pdfSeedValueOptionSpec.setMdpValue(MDPPermissions.AnnotationFormChanges);
    pdfSigFldProps.setSeedValue(pdfSeedValueOptionSpec);
    Document outDoc = signatureServiceClient.modifySignatureField(inDoc, sigFieldName, pdfSigFldProps);
    outDoc.copyToFile(new File(outputFile));
Javadocs are available at http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/
--Santosh

Similar Messages

  • Adding digital signature field with LC Designer vs. LC Digital Signatures

    Hi All,
    When digital signature field named "SignatureField1" is added to PDF document using LC Designer it appears as "form1[0].#subform[0].SignatureField1[0]" in Adobe Reader signatures tree.
    Same field added by LC Digital Signatures service appears as "SignatureField1" in the same tree.
    Why? What is the difference between those objects?
    LC Digital signatures ES2
    Adobe Reader 9.3.0
    Thanks, Yan

    Yan
    First off, there is no difference between the two signature field objects.
    I'll do my best to explain why there is a difference in how the signature objects are named in the Signature pane of Reader\Acrobat.  When you add the signature field using LC Designer, the object is defined in the underlying XML (XFA) that defines the form.  The  (SOM expression) you see in Reader (via the signature pane) matches the structure of the form.
    When you add a signature field to a form using LiveCycle Digital Signatures ES2, you are appending a signature field "on top" of a PDF form (the underlying XML has been rendered into PDF).  The signature field is not defined in the XML, therefore Reader\Acrobat do not display the same naming syntax.
    Does this help?
    Thanks
    Steve

  • Can't select or edit text fields in LiveCycle Designer

    Greetings!
    I can't seem to figure out what I'm doing wrong. I need to edit the header text in this PDF, so I tried to do that in Acrobat PRO, which said: "This form cannot be edited in Acrobat. Please use Adobe LiveCycle Designer to edit this form." I got a trial version of LiveCycle to see if I could edit it. But when I open the PDF in LiveCycle, I can only edit the input fields. All of the labels, all the text, headers is uneditable. I can't select it, I don't see it in the PDF Hierarchy either. Half of the Edit Menu is grayed out. Can't copy or anything else. Please help me figure out why this happens. If you need the original PDF, let me know, I can send it to you. Thank you.

    jasotastic81 wrote:
    What happens when you try to edit the header? From Acrobat, when you open the "Tools" sidebar, is "Edit Document Text" grayed out/disabled? If you highlight some of the text, then right-click and select "Repace Text", do you get a popup warning about the form being interactive and having special features?
    In LiveCycle, I can't even select the text. The select box just goes right over it, and if it goes over buttons or input boxes, it does select them, but not the text or even the labels for the input forms.
    In Acrobat, I can click on "Edit Text & Images", but it tells me I need to go to LiveCycle. I don't see a "Replace Text" on right-click. There's "Edit Text", but it just tells me to take it to LiveCycle.

  • File Upload field in livecycle designer

    Hi
    Am trying to create a form which allow user to add an attachment and want to display the size of the attached field.And also i wnt to save the form in the local system .Could anyone help me to come out of this.

    Niall O'Donovan wrote:
    Hi,
    Where a form is Reader Enabled in Acrobat, then the ability to attach other documents is restricted/not allowed:
    The ability to attach documents is ONLY available if the user has Acrobat OR if the form has been Reader Enabled in the full LC Reader Extensions ES2.5.
    See here: http://assure.ly/etkFNU.
    Hope that helps,
    Niall
    Hi Niall,
    Your answer and example is very helpful. I design a lot of forms with LiveCycle Designer ES2, and because of your answer here, I now know that the users of my forms will not be able to add attachments just by me "enabling Reader" from Acrobat.
    I have been trying to find what it would cost for me to have LiveCycle Reader Extensions. I spoke with an Adobe sales rep, and she didn't seem to understand the concept (that the user cannot upload attachments without Reader Extensions having enabled it). She said something about the cost starting @ $50,000. What!? Is she talking about the same thing I need? Then she directed me to contact Customer Service.
    I'm not sure who to turn to for my specific situation. I am the only one in my company using LiveCycle Designer and just need to enable a couple dozen people to be able to upload attachments to a form.
    Any advice would be appreciated.
    Regards,
    ZeroZone

  • LiveCycle Designer 8.0 - Need multiple signatures on one form

    Hi
    I am very new to LiveCycle Designer, and do not have ES, and probably cannot get it. I have created a form that needs to accept multiple signatures from 6 or more people.  The form was initiated from a Word-generated PDF.
    I created a table that has four columns, one for the person's title, another for the signature, the remaining columns are irrelevant for this discussion. The person associated with the "title" signs in the Signature column in that same row. In the PDF version of the form, Acrobat 9 allows two signatures, but no more. How can I get Acrobat to accept signatures for all 6+ individuals? The two sigs I got were in subsequent rows.  If I can get Acrobat to accept additional sigs, do the sigs need to take place in strict order (1st row, 2nd row, 3rd row...), or can the signers sign in any table row?
    Please let me knowif you have additional questions for me that can help you understand how to solve this issue.
    Thanks,
    AR

    Thank you Srini,
    This is what I did, for anyone else with the same issue:
    Tocreate signature fields in LiveCycle Designer:
    Highlight the field. In the Object pallet Type field, select: Document Signature Field.
    On the Document Signature tab, make sure that Lock Fields After Signing is not checked.
    These fields are a quick way for users to add a digital signature in Adobe Reader.
    This seems to work well. I appreciate the help.
    Just to bring it full circle, how do you delete a document signature field? Haven't found it in the Help.
    Thanks much!
    AR

  • Cannot fill forms created by LiveCycle Designer

    Dear all,
         By using Adboe Reader for iPad, I can fill the forms created by Adobe Pro, but cannot view pdf and fill the forms created by LiveCycle Designer. Any idea?
    Thanks,
    Jackson

    Thanks for the reply. Right now I can create froms in Adobe Pro, but I need to create an "image file" which is only avialble in LiveCycle designer. Did the Acroforms you mention supports Image field? I tried to create a form with image fields in LiveCycle Designer, and then save as static form. It will work for PC but doesn't work for iPad.
    Thanks

  • Livecycle Designer ES 8.2 and Preferences Folder

    Hello all,
    the question I'm asking here is actually related to a different issue, so I'll give the whole context.
    I have issues with image fields in Livecycle Designer, no matter if I use the one that comes with Acrobat Pro 8.0 or 9.0.  Image fields have at least one bug:  The anchor position in the layout is ignored, the image is *always* anchored top middle.  In version 8.0, the picture was always scaled to fill the rectangle, causing a skewed aspect ratio, no matter what scaling option was selected.
    After talking for more than 1 hour to the Adobe customer support, I was told to see if the Preferences folder was there (not sure what this has to do with the image field issue, but whatever).  It's supposed to reside in C:\Documents and Settings\USERNAME\Application Data\Adobe\Acrobat\9.0 and is supposed to contain 2 folders and 1 file.  Oh yeah, I'm driving Windoze XP ...  For my user, I do not see the preferences folder at all, other users that log in to my coputer, the preferences folder exists, but is empty.  I tried uninstalling Acrobat Pro and re-installing as local admin as suggested by customer service, but still no preference folder.
    My question is:  What could be the reason for not having the preferences folder?
    Thanks and Cheers
    Markus

    Please post this question in the Designer forum here:
    http://forums.adobe.com/community/livecycle/livecycle_es/livecycle_designer_es?view=all

  • Electronic Signature Field Indicator

    We are deploying an eForms application that uses the standard electronic signature field from the Designer object library. The basic process flow is: (1) Form is rendered via an XDP file from the Form Server using the Reader Extensions API to apply rights. (2) User completes the form and signs using the self-signed signature field. The field displays a check-mark indicating the form is signed correctly. (3) User hits "submit" button which invokes a processForm servlet that sends the form as a PDF file attachment within an email to an internal mailbox. Problem: when we open the PDF form in the mailbox, it shows a "?" in the signature field. As you hover over this field, you get the following message: "Signer's identify unknown, the document has been updated since signed". This message will be confusing to our users that will process the PDF form attachment.

    I don't believe so.  You can of course export the Crystal report to pdf but the electronic signature part would require custom programming.

  • Signature Field disappears??? %#%^#

    I am sure I am missing something simple, I just can't seem to get past it.... I have a form that has a single sub form which works fine, it is visible and invisible when it is supposed to be. The issue however is with the signature field.
    I can see the signature field in the design view but not in the pdf view. The signature field needs to be visible all the time and is set to be so, however it disappears in the pdf view. It needs to be visible in case the user desires to sign the form manually and fax it rather than signing it electronically.
    Like I said, all the properties on the field are correct, and I can see it in the design view but it disappears in the pdf view and on the pdf form. This form is saved as a dynamic form.
    Anyone have any ideas??
    Thanks-->> G

    while you have the signature field selected go under object-field- presence and make it visible.. unless you have already done that than i have no idea

  • Problem in Adobe LiveCycle Designer 8.2

    Hi:
    If you go to Control Pane, Regional and Language Setting under Advanced tab, the selection of "Language for non-Unicode programs", if you choose a Language say "Arabic", and after you restart the PC, then the Date Field of LiveCycle Designer will not work properly.
    What will happen in this case ?
    After you select a Date from the Drop-Down selection, then the date format is preset always to "DD/MM/YYYY", and the date value of say "12-Feb-2009" will show like this "٢٠٠٩-٠٢-١٢" (Indian Digit Shape), and no matter what you do, you will always get the same format, and the Date Validation will always report error.
    Even if i set the locale from the Form Properties to English, the date is always displayed in Arabic Numerals.
    Can anyone help me with this?
    Regards,
    Nadir Maroof

    Hello GOrdonDimond,
    As a General Rule I can't be certain however in the circumstance of using a SAP Application, SAP have advised that Designer 9.8 is required as per note 1317925 https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1317 925
    Regards
    Mike

  • Why can't I 'place' a signature into a .pdf form created in LiveCycle Designer 9???

    Hi there,
    I have been pulling my hair out all afternoon!
    I have created a dynamic form in LiveCycle Designer 9 - saved it as a Dynamic XML Form - opened it in Acrobat X - saved it as Reader Extended PDF and Enabled Additional Features. My colleagues will then need to open it in Reader X and select the option to draw and place thier signature in the text field I have provided them with. When I open the form in Reader X and click on the SIGN tab I get the following error message:
    The security settings on this document prevent adding text and/or placing a signature on it from Adobe Reader. To fill and sign this document you need to print it out.
    I have looked for help on this issue everywhere, yet to no avail.
    I do not want to hear about using digital signatures or Echosign, We only want and need to have staff sign forms by drawing their signature.
    Please help!
    Thanks,
    Will

    Hi will,
    I am not aware of Reader Enabled PDF from Acrobat X.
    Have you tried enabling digital signature using Reader Extensions which comes with LiveCycle Server. viz http://I.P:Port/ReaderExtensions
    Regards,
    Ali

  • Using Adobe LiveCycle Designer ES and secure parts of form using signatures.

    Hi to all ...
    I have upgraded to new LiveCycle Desinger 8.1 few days ago, and still do not know all the new features.
    I was requested to develop new LiveCycle Form, but this time it has to be secured by Digital Signatures or what every appropriate method.
    The form has exactly 2 sections and 2 Digital Signatures:
    1. The first section/part is to be filled by the Staff (let us call him the Authoring Staff).
    Any one can fill the first part.
    After the first part is signed, the Data Entry on the first part should be locked, and no one on Earth should be able to change the data on the first part. Only the signer of the first part is allowed to update/clear the signature but only and only of the Second part is not yet signed.
    The staff should not be allowed to sign the form unless all mandatory fields and other validation logic is statisfied.
    Only the Signer of the Form and special authorized staff/group of staff will be allowed to open the form. Let us call them Group01.
    2. The second section/part is to be filled by special authorized staff/group (say Group02), they are basicall HR Staff (this is a secret).
    The second part can only be filled if the first part is filled and signed by the Authoring Staff.
    The second part can be signed only if the validation logic on the second part is true (no errors, and all mandatory fields are filled).
    Once the second part is signed, the first part the the second part should be locked, and no one on earth should be able to change anything on the form.
    Only the signer of the form should be able to clear the signature of the 2nd part and make any changes requried.
    If the 2nd part is signed, the Authoring Staff should not be able to change anything on the form.
    *****End of Requirements.*****
    I have just started, and I am requested to desing the form and implement the required security in 10 days only.
    Can any one please help me ?
    I am doing my research now.
    Thank you.
    Tarek.

    Dear Dfoto,
    Thank you so much for being so kind to spend the effort and reply back, I though my question was left behind the sun... but now I am very happy in deed.
    To be more specific, the Form has 2 parts. The first part "Subform1" any one can fill and sign.
    The second part "Subform2", only certain users can fill and sign.
    I think I found a very strong lead to my solution, when I was playing with LiveCycle Desinger few days ago.
    On the Singature Field Advanced Setting, there is a place you can attach the public part of a certificate (Digital Signature) of any user, one or more.
    In this part, you tell LC that only those users "signing parties" can sign the field. I tested it and it worked.
    Now, if I can use this feature via JavaScript to find out if the user who is filling the form, can sign this field, then he can fill the form. If he cannot sign the field, then he cannot fill the form. I can do that by setting the "access" property of the Subform. Another solution is that I can prevent the user from hitting the "Submit" button unless he signes the designated Signature Field.
    I have another small issue:
    I found out that if the Signature field is part of a repeating dynamic Subform, it will not work during run-time. Very bad in deed. While I cannot understand why ?, I tool this as "By Desing" feature.
    Now, if the Signature is locking parts of forms which has dynamic content (repeating subforms), it will always show somthing like "Signature is corrupted or form was changed after it was signed".
    Is this normal ? Is there a way to control Dynamic Forms using Digital Signatures without such annoying issues ?
    Thank you.

  • Editing Form Fields inside Acrobat? (after using LiveCycle Designer)

    Adobe Acrobat 9 Pro Extended ==  Acrobat
    LiveCycle Designer ES 8.2 == LiveCycle Designer
    =========================================
    Say I downloaded a new PDF from the interwebs.
    I want to add some forms fields so I go to Forms ==> Add or Edit Fields... (inside Acrobat)
    Now Acrobat will detect possible places where to add the form fields. I make changes etc. Then I am  satisfied with my form fields.
    Now say I want to remove a particular object from the PDF, lets take an image as an example.
    So I fire up  LiveCycle Designer; File ==> New ==> Import a PDF document ==>  Create an Interactive Form with a Flowable Layout.
    I remove that pesky little object.
    In LiveCycle Designer, I save the file as PDF.
    I open up Acrobat. I realize I need to make some more changes to some of the Form  Fields.
    But now instead of "Add or Edit Fields..." option I get "Edit Form in  Designer..."
    I hate the GUI of LiveCycle Designer --- I had rather edit the form  fields from inside Acrobat, as it is easy and fast to change multiple  form fields in a few clicks.

    Thank you Niall for the above response; Your response gave me an idea which allowed me to remove that line by zooming in to 200%
    You know Acrobat detects Form Fields for you.
    But many times it makes mistakes, for example in the screenshot below it made the boxes that came with the PDF as text fields instead of check boxes.
    The thing is rather than me delete the (form) fields it detected, and start over by making new check boxes, I will not be able to place my new check box in exact locations as Acrobat has done.
    When I imported the fields that Acrobat made into LC (by saving the PDF in Acrobat and then opening it with LC) I get option to change the Object Type from Text Field to Check Box when I right click the object.
    Is there a similar way to change the Object Type from Text Field to Check Box inside Acrobat? Any suggestions?
    ===========
    I would really like to do it inside Acrobat because then if I have to make some minor changes to some field properties, all my hard work which I did by filling the fields gets deleted, as I am forced to use LC. The text I add to the fields don't get deleted when I edit the field properties inside Acrobat. I don't know why LC decides to delete all the text which is filled out in the form fields even though the PDF is saved in Acrobat before being imported into LC?
    Here is the above PDF file with the text boxes:
    http://www.mediafire.com/?lnn32jm5am5
    Again thanks for all your guidance so far.

  • Created form in Livecycle Designer 8, send to 2nd party to complete some fields, want to lock those fields so that when sent to 3rd party to complete cannot edit

    I am a newby to this product and have created a form from a PDF.  I used Adobe Livecycle Designer to place text fields in form.  I saved, then enabled user rights.  I sent to 2nd party to open in Adobe reader.  This person needs to populate some of the fields.  Once this is done the 2nd person is to email to 3rd person who will complete the outstanding fields and return the form to the second person.
    How do I stop the 3rd person from editing the text the second person put in the form?
    I want the second person to receive the complete form back not just the responses put in the text fields?  Does this happen automatically or do you have to tell it send complete form.
    Thanks from Sandra in Australia

    How do you save the file? Do you directly send it via mail with a button? (If the question is silly I'm sorry, because I have no lincenses... so I am completly unaware of the choices you have.)
    You need to be able to save a file Reader Extension licenses I think...
    Probably you should ask for the fake E-Mailbutton, to be able to send it to different people one after the other...
    Make an invisible Decimalfield.
    The preSave/preSubmit field javascript...:
    this.rawValue = this.rawValue + 1
    if (this.rawValue > 0)
    {Decimalfield1.access="readOnly";}
    if (this.rawValue > 1)
    {Decimalfield2.access = "readOnly"}
    will lock decimalfield1 after the first save/submit and decimalfield2 after the second. Normally that should do the job.
    PS: Another way to save the document and lock ALL fields, you don't have to buy additional licenses is print it as pdf.

  • How to get LiveCycle Designer forms to ignore default text in fields when validating

    Hiya,
    I'm testing out Designer ES4 to build a simple form that's submitted via email. 
    Everything is working except for my text boxes...  They are set up as required fields but because I've included default text with instructions, if you press submit without editing the fields they're not validating as empty and not throwing an error message. 
    I’ve been searching the forums all day for a fix, but I’m too new to understand where to put code etc.  I’ve tried adding
    'text{!=placeholder}' in the validation pattern box but that doesn’t work… 
    All I have is LiveCycle Designer and I’m on windows 7.  Thanks for your help!

    Thanks Bruce - this looks like exactly what I'm after!
    I have a really noob question though - where do I go to enter code?!  Below is a screenshot of what I'm looking at - can you please talk me through how to make your suggested changes?
    Do I do it on the 'xml code' tab or somewhere else?

Maybe you are looking for

  • 3GS battery life question

    So anyway, I've took a 3gs back for battery life issues. And the Genius bar gave me a return, (not for the battery life but for something faulty with the display) Well, I am really glad I took it back. My phone is actually working a lot faster, and n

  • JTable in html

    Is there anythin like swing jtable you can use in html pages. Thank you very much

  • IPod Touch Update Problems

    My iPod won't allow me to update to iOS 5, it is currently on 4.2.1. My iTunes is updated to the latest one but every time I press Check for Update it says "This version of the iPod software (4.2.1) is the current version" The model of the iPod as it

  • Wire transfer config

    Hi Friends, We have a problem with Wire transfer config. we usually send our bank files to the middle vendor who does the interfacing with Bank. We have Check and ACH working fine so far. Now we are planning to put in wire transfer where in it needs

  • Lost functions for excel

    I receive files from my boss and I need to edit them using my computer. The problem is that I use Numbers, and he uses Excel. Formulas and functions get lost and get miscontrued during the process, so it inevitably leaves me sending back the file wit