Quantcast
Channel: Adobe Community : All Content - LiveCycle Digital Signatures
Viewing all 163 articles
Browse latest View live

Can't submit form with multiple signatures

$
0
0

I have a form with multiple signatures. I've enabled Reader Rights. After the first signature signs, the user must save the document. When the document is saved, then the user cannot submit the form to the next signer. Is there a way to change how this is working?

 

Thanks,

MDawn


Can't sign an .PDF document

$
0
0

Hello everybody! I have a problem regarding a digital signature!

 

A month ago I bought an Oberthur token to sign some documents. I followed the guide and tryied to import the device in Mozilla Firefox. After a few atempts I have abandoned the idea and (also following the guide) I managed to import it in Explorer (the guide proved flawless). I have signed one document and all was ok.

Yesterday I tryied to msign another document, but when I click the signature field I get the tab: Add digital ID. When I chose the "A device connected to this computer" option I got this message: "Acrobat could not find any new digital IDs..."!

 

I have unistalled both Mozilla Firefox and Adobe Reader X and reinstalled them. I have managed to import the signature device in Mozilla, but I can't still sign documents!

 

What is there to be done?

Signature Service API certify method parameter

$
0
0

Hello All

 

I want to invoke Certify method of Signatiure Service provided in adobe live cycle but i dont understad the parametres passed to it. can any one know the details of the parameters and it's use.

One person on one computer adding multiple electronic IDs or signatures to one document

$
0
0

I recently created a simple form in Adobe LiveCycle Designer 8.  It has several places for signatures.  I sent along with the form the Adobe user guide instructions for creating electronic IDs and signatures.  However, in several instances, our executives have given their administrative assistants permission to sign for them.  The assistants are also required to add their own signatures.  Apparently, when they click on any signature field, their bosses' signatures come up.  Can someone tell me how one person can create multiple electronic signatures and be able to select from among them in order to fill out one of these forms?

Multiple users signing the pdf form

$
0
0

I have date fields in the pdf form in which the signed date is inserted when each user signs the form. Although the Digital Signature property in pdf provides date property on the signature image. But we have a business requirement to show date field separately on pdf form. Suppose User1 signs the application and the date is inserted in its corresponding date field. But when User2 signs the application and the date is inserted the signatures of User1 gets invalidated.

 

Is there any way by which pdf field can be made editable even after one user signs the application?

Form Size issue with multiple Digital Signatures

$
0
0

I have created a form (liveCycle 8) with multiple digital signatures required.  When each user signs the form, that section of the form is locked using collections.  The form is workflow through email after each user signs it.  Each time the user signs and forwards the form, the form's size becomes too large.

 

How can the form be optimized to compress each time an users signs the form?

 

Thank you,

Lori



Digital signatures export as ns dataNode in my XML file

$
0
0

I created a simple form and need to copile responses as they are returned.  I have been able to set it up and it works beautifully except for the electronic signature fields.  There are two signature fields.  There are two signature fields.  When I export the files as
XML and open it up in Excel, there are three records for each file.  The signature field is labeled "ns1:  dataNode"; for two of the records, the column reads "dataGroup"; the third is empty.  I am currently using LiveCycle Designer ES2 and Acrobat X Pro.  What I would like in my Excel file is an indicator of whether or not there is an electronic signature present in each of the two signature fields.  Can someone help?

 

Thank you,

 

Gloria Diaz

multiple digital signatures from one person

$
0
0

I have a PDF form that has 10 pages, each page has a Signature field.

I want to put this form in the WorkSpace, and route it in a workflow process, eventually route it to the user who is supposed to sign it.

 

But I don't want him to sign 10 times (one for each page).

Is it possible to let him only sign the first page, and all the other 9 pages get applied with his signature automatically?

How to do that?

 

thanks


Problem: Not able to change Signature field reason code Dynamically using signatureSetSeedValue

$
0
0

 

Problem: Not able to change Signature Settings Dynamically.  

What I want: Need to change the Signature Field Reason code Dynamically upon selecting Radio Button.

 

Here is My Code:

 

 

 

var mydoc = xfa.resolveNode("FormData.P3_443.signature[2].ePadSignatureField3");

mydoc.signatureSetSeedValue(
{
reasons: ["Advisor"],
flags: 8
} )

 

Error Message:

 

TypeError: mydoc.signatureSetSeedValue is not a function

9:XFA:FormData[0]:P3_443[0]:signature[2]:ePadSignatureField3[0]:valida te'

  

Source Code: Acrobat Code for Signature.

  

// Obtain the signature field object:

var f = this.getField("mySigFieldName");

f.signatureSetSeedValue(

{ reasons: ["This is a reason", "This is a better reason"],

flags: 8

 

 

} )

NotAllowedError: Security settings prevent access to this property or method- While using function

$
0
0

Hi All,

 

I am getting "NotAllowedError: Security settings prevent access to this property or method." while using function signatureSetSeedValue.

 

Code:

if(P3_443.RadioButtonList.rawValue!=null && P3_443.RadioButtonList.rawValue!="")
{
this.presence = "visible";
//var mydoc = xfa.resolveNode("FormData.P3_443.signature.ePadSignatureField3");
var f = event.target.getField("FormData[0].P3_443[0].signature[0].ePadSignatu reField3[0]"); // get signature field
//var f = event.target.getField(GetFQSOMExp(this));

f.signatureSetSeedValue(
{
reasons: ["Advisor"],
flags: 8
} );
}

 

Please help me on this.

change the field type

$
0
0

Hi,

I have two requirements

  1. I have a table in a dynamic pdf form. And in the table have put a signature field in one of the cells. My question is , can I change the field type programmatically into a text field. The requirement is, if the user does not want to do an adobe esign, there is button next to the table, and the user can click on that, and in the signature field , instead of signature , the text will display "rejected by the manager".
  2. There is one more table with the same layout , but here if the user clicks on the button next to the table, I want to insert a predefined adobe signature into the signature field.

 

    All helps are appreciated.

Thanks

Digital Signatures causing performance issue

$
0
0

I have created a form for a two-step process in which the first user will open, enter data, and submit the form for another user to approve.  The problem is that during the approver phase, they will digitally sign the form (there are two digital signature fields for each section of the form, the approver is required to sign at least once in order to submit) and then submit, but the process seems to lag for about 20-30 seconds after they click submit.

 

 

I understand that the digital signatures may add to the size of the form overall, but is one or two signatures enough to cause a delay? 

 

I have some javascript that I fire at the pre-submit event using AWS_Action to see what the user action is and if the user selects to submit then it will test to see if at least one signature field is signed and valid, if so then changes the signature field type to disabled (I have the signature fields become required type based on certain fields containg data) and submits the form.  Is it possible that this script could cause such a delay after the submit?  We aren't having any delays when the first user submits the form without digital signatures so I assume this is what is causing the problem.

 

 



unable to E-sign LiveCycle Designer form

$
0
0

Have been able to electronically sign PDFs (Acrobat ver 9).  Have created a PDF form (in Acrobat 9) and have been able to sign.

Have created a LifeCycle form with a signature field - am unable to sign. No action or error messages  when I click in the LifeCycle signature field.

 

here is the PDX file I believe to be my signature file

Is there a LifeCycle setup I have missed?  Input is appreciated.

Error verifying signature

$
0
0

I am getting the following error while invoking the verify signature operation of Livecyle Signature service :  Does anyone have any idea when this error shows up ?

 


PDFSignatureVerificationResult signInfo = signClient.verify(




inputPDF,






fieldName,






RevocationCheckStyle.NoCheck,






VerificationTime.CURRENT_TIME,






null,






null,






null,






null);

 

 

java.lang.ClassCastException: com.rsa.jsafe.provider.JSA_RSAPublicKey incompatible with com.rsa.jsafe.provider.JS_PublicKey

    at com.rsa.jsafe.provider.JS_Signature.engineInitVerify(Unknown Source)

    at java.security.Signature$SignatureImpl.engineInitVerify(Signature.java :510)

    at java.security.Signature.initVerify(Signature.java:182)

    at com.adobe.livecycle.signatures.pki.signature.CMSPKCS7Impl.verify(CMSP KCS7Impl.java:178)

    at com.adobe.livecycle.signatures.pki.signature.CMSPKCS7Impl.verify(CMSP KCS7Impl.java:424)

    at com.adobe.livecycle.signatures.pki.impl.PKIOperations.verifySignature (PKIOperations.java:428)

    at com.adobe.idp.cryptoprovider.PKCS7Verifier.verify(PKCS7Verifier.java: 109)

    at com.adobe.internal.pdftoolkit.services.digsig.digsigframework.impl.Si gnatureHandlerPKCS7.validate(SignatureHandlerPKCS7.java:241)

    at com.adobe.internal.pdftoolkit.services.digsig.Signature.validate(Sign ature.java:858)

    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verifyPDFSigna ture(VerifyImpl.java:781)

    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verifyField(Ve rifyImpl.java:388)

    at com.adobe.livecycle.signatures.service.impl.VerifyImpl.verify(VerifyI mpl.java:229)

    at com.adobe.livecycle.signatures.service.impl.DocumentSecurityService.v erify2(DocumentSecurityService.java:870)

    at com.adobe.livecycle.signatures.service.impl.DocumentSecurityService.v erify(DocumentSecurityService.java:725)

    at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:37)

    at java.lang.reflect.Method.invoke(Method.java:600)

    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(Defaul tPOJOInvokerImpl.java:118)

    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(In vocationInterceptor.java:140)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.int ercept(DocumentPassivationInterceptor.java:53)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.do InTransaction(TransactionInterceptor.java:74)

    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapt erBean.doRequiresNew(EjbTransactionBMTAdapterBean.java:218)

    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTr ansactionBMTAdapter_3af08fdf.doRequiresNew(Unknown Source)

    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute (EjbTransactionProvider.java:133)

    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.inte rcept(TransactionInterceptor.java:72)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.inte rcept(InvocationStrategyInterceptor.java:55)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept( InvalidStateInterceptor.java:37)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept (AuthorizationInterceptor.java:188)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterc eptor.java:48)

    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)

    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineI mpl.java:115)

    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)

    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(A bstractMessageReceiver.java:329)

    at com.adobe.idp.dsc.provider.impl.ejb.receiver.EjbReceiverBean.invoke(E jbReceiverBean.java:158)

    at com.adobe.idp.dsc.provider.impl.ejb.receiver.EJSRemoteStatelessInvoca tion_b542628e.invoke(Unknown Source)

    at com.adobe.idp.dsc.provider.impl.ejb.receiver._EJSRemoteStatelessInvoc ation_b542628e_Tie.invoke(_EJSRemoteStatelessInvocation_b542628e_Tie.j ava:161)

    at com.adobe.idp.dsc.provider.impl.ejb.receiver._EJSRemoteStatelessInvoc ation_b542628e_Tie._invoke(_EJSRemoteStatelessInvocation_b542628e_Tie. java:88)

    at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegat e.java:622)

    at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:475)

    at com.ibm.rmi.iiop.ORB.process(ORB.java:513)

    at com.ibm.CORBA.iiop.ORB.process(ORB.java:1574)

    at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2841)

    at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2714)

    at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)

    at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)

    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)

How to prevent Signing?

$
0
0

When I click in a Digital Signature field on a Form, it pops up a dialogue for me to enter the password, how do I use javascript to prevent that dialogue window from popping up?

 

say, I want the user to complete certain things on the form before letting him Sign the form. 

So, when he clicks in the Signature field, I want to detect that and disable the popup window.

I tried some things, but it seems that the popup always shows up no matter what.

Is it possible to disable that at all?

 

If it's possible to disable, would that work in a CAC-card environment also?

I mean, user uses his CAC to Sign instead of typing in a password.


Digital Signature and Rights Management

$
0
0

Hello all,

 

I'm following the document below and have a couple of questions on how to achieve that objective, that is how to provide a persistent document security.

 

http://www.adobe.com/security/pdfs/acrobat_livecycle_security_wp.pdf

 

I understand that I need to protect the PDF first using the Rights Management, then digitally sign it afterwards. This is pretty straight forward when using LC Digital Signatures, just build a process in LC Workbench, unlock the PDF temporary, send to Digital Signature operation, get it back and return the RM.

 

But when I use a third part digital signature solution? Is it possible to use another digital signature solution to get this - by defining a call to a webservice in workbench to sign the PDF.

 

For information: this digital signature solution complies with digital signatures in PDF.

 

Thanks in advance!

 

Diego

Help with signature line (save as?)

$
0
0

I have created a form in livecycle that lets me fill out a form, I created a button that allows me to send the form (as a PDF, not xml) to a specified email address, this all works great with reader extensions etc. However, If I add a signature line, when the user signs the document (which has been emailed to them) it forces the user to save the signed copy of the file. This tends to be a bit tedious for the users, so I would really like for them to be able to sign it, then hit my submit button and send me a copy of the file, Is there a way to make this happen?

Sign Once (Signature Pad) & Copy Signature Image Many?

$
0
0

Does anyone know how to sign a document once with a signature pad (or with a signature image applied to a digital signature,we suppose) and then attempted to copy the signature image into other image objects in the form?  We’re assembling large sets of forms with multiple signature areas, and one common end page where the signature is captured by the signature pad.  The requirement is to fill-out all associated signatures so that the customer only has to sign once (yes, this has been approved by legal).

 

What we’ve tried to do is to bind and image field in the form to the same XML element where the signature image data is bound. The signature field, of course, is not bound to anything as there is no binding tab.  The problem is where do we find it (if it’s even exposed)?  We’ve written JS to dump the entire XFA data out of the form, but the signature info is just not there.

 

Any other ideas we may pursue?  If this helps, we're using a Topaz SignatureGem 1x5 signature pad (see attached link).  We’ll need to worry about invalidating the single digital signature if we can figure this out, but just trying to get through the first hurdle.  Not sure if it's possible, as well, to copy one signature to another in its entirety.

 

Thanks for anyone’s help in advance!

Why does SOAP Request in certified pdf results in NotAllowedError?

$
0
0

Hello Everybody,

 

    I am trying to make a SOAP request from a certified PDF. The certificate used is Adobe rooted. But when I do Net.SOAP.request(...) I get an error saying : "NotAllowedError: Security setting prevent access to this property or method".

 

I am using Adobe Reader 8.x. The reader has Javascript enabled and also via Document -> Manage Trusted Identities I have selected all trusts including "Embedded high privilege JavaScript" for this certificate.

 

What do you think have I missed here? Your advice or any pointer will be very helpful.

 

Thanks

Samuel

Clear Signature

$
0
0

Got a question about the "Clear Signature":

 

suppose I have a stand-alone (a pdf file, not in the WorkSpace) PDF form with 2 Signature fields,

each Signature locks a few fields on the form,

user A signs his Signature, gives the PDF file to user B, and user B signs it also, then returns the file back to A.

 

now, A right-clicks on the Signature and selects the "Clear Signature", and all his fields are unlocked,

then A makes some changes to his fields, and signs it again.

 

so, now the form has some new data, with an old Signature signed by B.

that's a problem, because B might not agree with the new data.

 

How to prevent this from happening?

i.e. is there a way to prevent A from altering the form after B has signed it?

 

thanks

Viewing all 163 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>