Thank you for your answer.I validated this at the customers site and found out that the guy had two windows profiles. Since the certificates are part of the windows profile, it did not work when he took his "offline" profile, because he installed in the other profile only.
Hi,A customer reports that he cannot open a certificate encrypted document when he is not in the network of his company. When he is in the network it works. Why is that and how can I fix that?What we do:We send a pdf document via email to the guy. the pdf is encrypted with a certificate. He has the ...
Hi Steve,thank you for your help. I will try to convince the customer that passwords are nessecary. After all its his confidential data that has to be secured ...Cheers,Arne
Hi,my customer does not want to enter a password when he opens an encrypted pdf. This is really important to them. The pdf is encrypted with a certificate. The Adobe Reader asks for the password for that certificate every time it is used to decrypt or sign anything. How can I open an encrypted pdf w...
Hi Paul,thank you very much for that, it works now. It took me some time to realize that this is actually FormCalc and not Javascript (Doh!), though.Thanks again for your help, I really appreciate that.Cheers,Arne
Hi,I want to set a modified flag in the xml data when a field is modified. I added a field for that in the xsd that is bound to the pdf file:<xs:element name="modifiedFields"> <xs:complexType> <xs:sequence> <xs:element name="countryModified" type="xs:int"/> </...
Problem solved, you have to unlock the pdf before adding reader extensions.There is a difference between unlocking and removing encryption. When you unlock a pdf you just open it up for some operations. After that (precisely: when you call the getInputStream() method) it will be locked (encrypted) a...
Hi,I implemented encryption and reader extension and I get the following error when I add reader extensions to my formerly encrypted document:Caused by: com.adobe.livecycle.readerextensions.client.ProcessingException: ALC-RES-001-022: The input PDF document is encrypted and needs to be unlocked for ...
Problem solved. It is the solution that SForrest96 described. In the connection properties you give a username that your application uses to connect to the LC server. this user has to be in the role Trust Administrator, just like SForrest96 pointed out. Then you use the Alias of the certificate that...
Hi,I have the same problem but the solutions shown here did not help for me. I am unable to add RE to a pdf using the "administrator" credential. I have that in "local credentials" in the LC adminui. It is valid until 2012. I can use that credential to add RE to a pdf using the web interface for tha...