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?
Solved! Go to Solution.
Views
Replies
Total Likes
Steve
the answer is to pass "null" as the signature field parameter in the java certify method.
Thanks for the pointers.
Peter
Views
Replies
Total Likes
Using the Workbench tool, you can create a process to "certify" a PDF using the CertifyPDF operation without needing to specifiy a signature field. The same should be possible when using the APIs. Have you tried to certify the PDF without creating a signature field first?
Regards
Steve
Views
Replies
Total Likes
The SignatureServiceClient certify method takes as parameter a reference to a signature field.
You wrote:
"Have you tried to certify the PDF without creating a signature field first?"
Are you referring to another way of certifying the PDF or to the SignatureServiceClient certify method?
Thanks
Peter
Views
Replies
Total Likes
Peter
I was asking if you had tried to certify the PDF using the the SignatureServiceClient certify method without creating a signature field.
Steve
Views
Replies
Total Likes
Steve
that's what I thought you were saying. But the certify method won't work without a valid signature field. I haven't tried null.
Peter
Views
Replies
Total Likes
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
Steve
the answer is to pass "null" as the signature field parameter in the java certify method.
Thanks for the pointers.
Peter
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies