Digital Signatures in multi step processes

I have a form with several digital signatures, so I am passing the form around using a xfaForm variable. So, after user1 fills out the form, signs it and then send it back to the process. The process creates a task for user2 with the same form. If user2 opens the task in his workspace the signature of user1 is missing. I think I have to use another variable type for the form. But what type? I have played around with the different types but it comes always to errors. What type of variable should I use for the form? Or is there any example for such a process?
I found one sample (http://www.adobe.com/devnet/livecycle/articles/preserve_dig_sig_multisteps.html) but it is for version 7.x
Thanks in advance,
Michael

Jasmin,
I have followed the directions you have above but I am receiving some sort of invocation error. Here is the error:
ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:210)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
at sun.reflect.GeneratedMethodAccessor259.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:363)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
at org.jboss.ejb.Container.invoke(Container.java:873)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
at $Proxy171.doSupports(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:80)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:95)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)
at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 0)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:553)
at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2851)
at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand(ProcessEngineBMT Bean.java:634)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)
at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
at org.jboss.ejb.Container.invoke(Container.java:873)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
at $Proxy204.asyncInvokeProcessCommand(Unknown Source)
at com.adobe.workflow.engine.ProcessCommandControllerBean.doOnMessage(ProcessCommandControll erBean.java:145)
at com.adobe.workflow.engine.ProcessCommandControllerBean.onMessage(ProcessCommandController Bean.java:94)
at sun.reflect.GeneratedMethodAccessor516.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:475)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:101)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)
at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
at org.jboss.ejb.Container.invoke(Container.java:873)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1379)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904 )
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
at org.jboss.mq.SpySession.run(SpySession.java:333)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.ja

Similar Messages

  • Digital Signatures - preserving throughout the process

    I have a form with 4 parts, each part requiring a digital signature.
    I just read the article on preserving digital signatures (http://www.adobe.com/devnet/livecycle/workflow/articles/lc_wf_preserve_digisig_tip.pdf), but I am still a little confused. Does this only work if I am sending the form as an email attachment (is that what the routes and attachments mean)?
    We want to do everything on-line (using pdf's)? We want part 1 user to fill out the form on-line, digital sign it, then it submit the form where it gets routed to part 2 user. So, is it possible for user 1 to type in the last name to look up user 2 and then selects user 2 - user gets an email with a URL to fill put part 2 on-line, but the digital signature from user 1 needs to be preserved. Then user 2 will digital sign the form and route to user 3.
    So, the basic question was, can we do all this on-line (using PDFs) or do we have to involve email attachments? I wouldn't think so, but I wanted to clarify.
    Thank you,
    Jennifer

    <[email protected]> ha scritto nel messaggio <br />news:[email protected]..<br />>I have a form with 4 parts, each part requiring a digital signature.<br />><br />> I just read the article on preserving digital signatures <br />> (http://www.adobe.com/devnet/livecycle/workflow/articles/lc_wf_preserve_digisig_tip.pdf), <br />> but I am still a little confused. Does this only work if I am sending the <br />> form as an email attachment (is that what the routes and attachments <br />> mean)?<br />><br />> We want to do everything on-line (using pdf's)? We want part 1 user to <br />> fill out the form on-line, digital sign it, then it submit the form where <br />> it gets routed to part 2 user. So, is it possible for user 1 to type in <br />> the last name to look up user 2 and then selects user 2 - user gets an <br />> email with a URL to fill put part 2 on-line, but the digital signature <br />> from user 1 needs to be preserved. Then user 2 will digital sign the form <br />> and route to user 3.<br />><br />> So, the basic question was, can we do all this on-line (using PDFs) or do <br />> we have to involve email attachments? I wouldn't think so, but I wanted to <br />> clarify.<br />><br /><br />I think that in your specific case, also the process via email would not <br />preserse digital signatures, because every step that required a new digsign <br />would change the hash value.<br /><br />Bye,<br />Alessio

  • Digital signature for work order processing

    Hi,
    Have anybody implemented digital signature for work order processing? Can you throw some lights,  what are the steps involved?
    Requirement is when work order reach certain status, like on order release, on partial confirmation, on final confirmation or on Technical completion, digital signature needs to be captured. This is a regulatory requirement.
    I read some threads that explains digital signature can be assigned to plant and order type combination, but i couldn't find this specifc config step, we are using ECC 6.0. Is anything needs to be activated before I can see these configuration steps.
    With ABAP help I was able link digital signature tool to work order, but was wondering if this can be achieved through configuration as mentioned in some of the threads.
    Also I have another requirement, like if you are doing a mass TECO using IW38 transaction, capture digital signature once and the same should be applied for all the selected work orders. Otherwise you have to enter your password as many time as the number of work order selected.
    Jaison

    Hi,
    Some information on operation sign-off available in [help|http://help.sap.com/erp2005_ehp_03/helpdata/EN/da/49d9c433ff4985b2484b7b911123cf/frameset.htm]
    -Paul

  • Entity validation behavior in multi-step process

    I'm using jdev 11g with ADF BC and I want to create a multi-step process with a train to split a long form into multiple views. The fields on the form are based on a entity object that was created from a database table. Most of the fields are mandatory. The problem is when I want to navigate from page to page the mandatory validation rules are triggered for all fields. So far, the only way to go around this is to delete all mandatory contraint from the entity object and set the fields on the form as required. Is there a way to differ the validation on the entity object when a commit is done or trigger only the rules for the fields on the current page?
    Thanks.

    Hi,
    have a lok at the PageDef file of the pages. There is a skipValidation property that you can use to declaratively suppress validation. Try setting this property to true fro all but the last page in the process. Using this property you don't ned to change the constraints in the model
    Frank

  • How can I automate the multi-step process of looking up a caller's contact details when a telephone call comes in with caller ID?

    How can I automate the multi-step process of looking up a caller's contact details when a telephone call comes in with caller ID. I want to be able to see more than just the first & last name when a client calls me. I would like the caller ID to pull up the same information that shows up when you search for and find a contact name and then click on the right arrow.
    My workaround is to force/enter both the last name and the address in the last name field since then the address will show up.
    The only computerized way to look up this additional information is to put the client on hold, memorize the first and last name and correctly enter it in the search field of the contact database and hopefully find it before the client gets tired of waiting.
    Note that I go to about 48 small jobs per week. So far I have about 9,000 contacts. It's easy to make a mistake and have the client wondering what I'm doing and what's taking so long.
    The second workaround is to use paper and pencil and ask the client for name, address, cross street and phone number again, repeating what I did some time previously.
    Please help meautomate this process.

    You don't have to put anyone on hold. When the call comes in, tap the Home button, then tap contacts, go to the contact. Tap Home button when finished, tap the top banner to return to the call screen.

  • Multi step process-get exercise DVDs to iphone

    I've have 2 exercise videos I would like to use away from my mac. I thought to copy (not sure how or better way) the DVD to my HD and from there to my iPhone. What steps (step by step) are necessary for good quality playback on my iPhone while I'm at the gym?

    As KiltedTim said, rippping DVD's isn't an easy process.
    Since you own the DVD's, it technically is legal for you to download a copy from the internet.
    Download the dvd via a torrent or whatever.
    A:  If it's an .mp4 file, just drag and drop into your itunes and sync.
    B:  If not, convert the file
    OR
    Download a free video player app on your device.  Open itunes while your device is connected, click on the "apps" tab, scroll down and click on the video player app and you should be able to drag and drop the video file there (on the right side).  You would then open the app on your device and find the video file to play.

  • Previously with ATT & Yahoo I had a shortcut to sign me in easily - and give an option to change users or sign out at the top of the screen . This was with Internet Express brouser. Now it is a multi step process. Any way to make it easier to sign in?

    A shortcut set up to execute yahoo browser included the e-mail id for me (or anyone else) would bring up our sign in information. One click would sign us on and bring up tabs with my home page and e-mail. Now, even though I have checked keep tabs from last time, only one tab shows up - after I have gone through the process previously described. Can this be handled better? If not, how can I get back to Internet Express browser?

    Purplehiddledog wrote:
    I do backup with iCloud.  I can't wait until the new iMac is available so that I can once again have my files in more than 1 location without needing to rely solely on the cloud. 
    I also rely on iTunes and my MacBook and Time Machine as well as backing up to iCloud. I know many users know have gone totally PC free, but I chose to use iCloud merely as my third backup.
    I assume that the restore would result in my ability to open Pages and Numbers and fix the problem with deleting apps, but this would also mean that if my Numbers documents still exist solely within the app and are just not on iCloud for some reason that they would be gone forever.  Is that right?
    In a word, yes. In a little more detail.... When you restore from an iCloud backup, you must erase the device and start all over again. There is no other way to access the backup in iCloud without erasing the device. Consequently, you are starting all over again. Therefore, it would also be my assumption that Pages and Numbers will work again and that the deleting apps issues would be fixed as well.
    If the documents are not in the backup, and you do not have a backup elsewhere, the documents could be gone forever.

  • Digital Signatures and SharePoint Workflow

    Hello,
    We are trying to combine .pdf documents (created in Acrobat 9 pro) requiring a series of digital signatures with a workflow process in MS SharePoint 2007.  If a Word document is used, each person in the workflow process can open the document on the server and any changes made are saved to the document for the next person in the workflow to see.  However, a .pdf document is opened in the browser and can only be saved as a local copy after signing it.  Does anyone know if there is a way to have the .pdf opened on the server in the same manner as Word documents?
    I know you can send .pdf's vial email for signing but we really need the overall visibility SharePoint provides.
    Thanks for any help!

    Hi David,
    SharePoint Integration has been added in Acrobat X and Reader X. With this version of the product, you can open SharePoint files in standalone Acrobat and check-out, check-in and versioning of pdf files works in line with MS Word. I think this is what you need.
    Thanks,
    Richa

  • Digital signatures for use in consenting research participants

    Hi.  I need some help implementing digital signatures into a consent document.  I work as a research assistant at a university and in our line of research, we have participants from multiple regions of the country.  One of the most important parts of staying in compliance with various regulations is that all research participants are presented with information about the study, and they must sign a document to indicate that they understand the risks/benefits involved.
    We want to implement digital signatures to make this process easier for ourselves and the research participants who live across the country.  However, there seem to be some technical hurdles in using signatures.  First, we want to make sure that participants who only have Adobe Reader are also able to sign (my understanding is that they should be able to).  Some participants may not be very computer savvy, so we need the process to be somewhat dummy-proof.  Participants must fill in their printed name and date, so I need for them to have authority to change some information, but I don't want them to have the authority to change the document itself or the participant ID numbers which I have to fill in once I get the form back.
    I have created a fillable form in Adobe LiveCycle and added 2 signature form fields, one for the participant, and one for myself.  I plan on distributing the form so that I can have a dataset file for all of the returned consents.
    Essentially the process should work like this:
    I send a participant the form, they fill out the fields for their printed name, date, and provide their digital signature and use the submit by email button to return the form to me.
    I receive the form, add their participant ID number, and provide my digital signature.
    Save the file in our dataset file which is associated with the returned consent forms.
    The thing I'm concerned about is their digital signature being invalidated once I insert the ID numbers and add my own digital signature.
    Thanks for any help you could provide.

    We have a document that needs to be signed by more than one individual -- and in our process we are using the Topacz signature pad to get the signature.  It's similar to the one you sign at the grocery store, drug store, etc.  In order to NOT have the first signature invalidated, we were told to edit the registry...and it works perfectly!
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\8.0\AVAlert\cCheckbox]
    "iDigSigSaveAsCertified"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\8.0\AVAlert\cCheckbox\cAnnots]
    "iReaderEnableSaveWarn"=dword:00000001
    Obviously if you are using a different version of Acrobat, you'll have to change the key accordingly.
    Hopefully this will work with your process.
    Good luck!!

  • Digital Signature and Rights Management

    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

    Hi Lee,
    It's some module within IBM Lotus Notes. I'm trying to do the following in the Workbench:
    With a RM document, Unlock it then invoke this 3rd part webservice in order to sign it. It's not working so far.
    But if I follow your suggestion, when I re-RM the PDF wouldn't this invalidate the Digital Signature?
    Thanks for the quick reply!

  • Digital Signature Validation process goes into unending state

    Hi all
    I am working Adobe Digital Signatures in Web Dynpro Java applications. I have been using [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/media/streamingmedia/developer-areas/user-interface-technology/interactive-forms/securing%20online%20interactive%20forms%20by%20adobe%20(Session%208)/index.html?slide=] webinar to follow steps to configure SSL and validation of Digital Signatures.
    After doing all necessary configurations, I am able to run my web dynpro applications containing interactive forms in secure mode.
    But when I sign with digital signature and try to validate the form, the application keeps on processing and shows no result.
    I tried debugging my application but control does not reach my button action code. I am clueless.
    I would be thankful to receive any hints or pointers from you.
    Thanks in advance.
    Kapil

    Following blog discusses solution to this prob
    /people/kapil.kamble/blog/2009/07/08/experimenting-with-digital-signatures-in-sap-interactive-forms-by-adobe
    Kapil

  • Digital signature process has not been completed yet

    Hi Everyone
    One more issue today. we had digital signatures process for couple of our statuses in DMS and later part of the project they were revoked due to various reasons.
    Now we move the status of the approved document  i.e. RL (Released) to NE( Initial status) and made the changes to the same document. When DIR status changed from NE to AP( for approval, previously we had digital signature active for this status) we are having issues and not allowing further to change the status (Message appears as "Status does not allow you to change certain data")
    Is there any way I can change the status of the DIR? I can't copy this document and create a new version for many reasons.
    Appreciate your quick response.
    Regards
    Prasad

    Hi Athol
    Thanks for your promt reply. We had to revoke deigital signatures as we have introduced new work flow system I.e. CENIT which is affliated to SAP... So approval process is tracked and done in that system, so it updates DIR In SAP whenever document is approved in that system. Cenit work flow is implemented through PLM 7.0 Net weaver business client.
    So please let me know if we you have any suggestion to change the status of the documents.  We wanted to obsolete these DIR's as we have created new versions.
    Regards
    Prasad

  • Hide the Save As dialog in the digital signature process

    Hi!
    I'm searching for a way to hide the Save As dialog when digitally signing a pdf document (embedded in a website) and instead transmit the signed document back to the website without saving it locally.
    (The reason for doing this is, that I can not be sure whether the user is capable of storing the signed document locally, recover it and send it back to the server.)
    In the "Adobe Acrobat SDK - Developing Plug-ins and Application" documentation under "Digital signature extended API", "Understanding the process" is stated that the digital signature plug-in displays the Save As dialog box. But it's not clear to me whether there is a way to suppress it and instead call some custom code to send the document to a webservice or something like that. (btw: I'm new to the acrobat sdk api)
    Could someone be a bit more specific about this?
    Are there other ways to achieve my aims?
    (To use submit buttons inside the document is not an option.)
    Thanks and kind regards
    Marcel

    Hi Leonard
    I'll try to explain in more detail what I'd like to do. :)
    Preconditions:
    - I have no controle over the forms.
    - I need to build a website hosting PDF documents for clients.
    - The client needs to be able to access these docs and digitally sign them.
    - When the client signs them, they should be stored on the website (overwrite the unsigned ones).
    Problem:
    The whole process should be as simple as possible for the client. Therefore he should not have to manually download the docs, sign them and manually upload them to the website.
    Possible solution:
    The client selects a document to sign which is then opened inside the website (aspx / custom control) by the Adobe Reader browser plug-in.
    Now, when the client signs the document I would like to catch the "Save as" dialog and instead call some custom routine to send the signed document back to the website (webservice).
    As I see it:
    We would have to write a Reader plug-in that would be started when the browser-plugin is called and could be passed the address of the webservice (to send the signed PDF). Maybe the address passing could be done by javascript, but the handling of the "Save as" dialog would probably have to be handled by a custom plug-in.
    My question:
    Is there any way to accomplish the above (if yes, how?), or are these things that are just not possible (why? ;)?
    I hope this helps to clear up things a little...
    Thanks for any help!
    Marcel

  • I livecycle process verifies the validity of digital signatures

    Hello, I have to create a process that I livecycle verify the validity of digital signatures in PDF format. can you help me?

    hello thanks for the reply, I tried the process and works in part, the only problem in the variable verificationResult
    process output tells me <identityStatus> UNKNOWN </ identityStatus> though I imported the certificate in to livecycle
    how can I fix this?

  • Process Route-Digital Signature

    Hi,
    For the process route functionality for SAP DMS in PLM7.01 are digital signatures possible? If not , is it possible to build in this functionality using customization?
    Also if an approver in a route rejects approval how does the system handle this?
    thanks
    Rahul

    Hi Bill,
    did you get the answer or able to resolve this problem? I am also having similar problem. Please let me know if you have resolved this problem. My email id is: [email protected]
    Thanks,
    Shaun

Maybe you are looking for