Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi Experts, We have a use case where in client doesn't want to use the UI for signing. Once an approval step is completed in the BPM, it needs to complete signing without the user having to go to eSig
Hi, I need to insert an image as the signature. Is there a way to do that using sdk? Thanks Jay

Replies Created

Reply to: Inserting a image as signature

0 votes
when PDF signature is used, you can create your signature using an scanned image of the actual signature. Just wondering if eSignlive has a similar feature.

Reply to: Assign Signer info to Layout Placeholder

0 votes
Hi Haris, I am using the following code block which works fine for assignment of signers for specific signature blocks: Placeholder p0 = new Placeholder( "Signer1"); signer=SignerBuilder.newSignerWithEmail("[email protected]") .withFirstName("sasgf") .withLastName("asadjh").replacing(p0); Now I need to remove the unused placeholders. In this case I have another placeholer "Signer 2" I have tried the following approaches and, neither works: 1. eslClient.getPackage(packageId).removePlaceholder(s); 2. eslClient.getPackageService().removeSigner(packageId, s.getPlaceholderName());; Thanks Jay

Reply to: Assign Signer info to Layout Placeholder

0 votes
Oh ok I see this works it seems: after assignment of signers and create package, I do the following for(Signer s: eslClient.getPackage(packageId).getPlaceholders()) { System.out.println("Hi+\t"+s.getPlaceholderName()); //eslClient.getPackage(packageId).removePlaceholder(s); eslClient.getPackageService().removeSigner(packageId, s.getId());; }

Reply to: Performance improvement

0 votes
Hi Gurvinder, Did programmatic signing work for you? I ask because I am getting an exception when I am trying to use eslClient.SignDocuments(PackageID, SignerId). Thanks Jay

Reply to: Completing signing ceremony using SDK Programatically

0 votes
I tried out the following code and I got an exception.
PackageId packageId= eslClient.getPackage(new PackageId("nnnnnnnnnnnn")).getId();
		String signerId = eslClient.getPackage(packageId).getSigner("[email protected]").getId();
		eslClient.signDocuments(packageId, signerId);
I got the following exception

com.silanis.esl.sdk.internal.EslServerException: Could not create a signer authentication token. Exception: HTTP POST on URI https://signer-sandbox-gov.esignlive.com/authenticationTokens/signer/multiUse resulted in response with status code: [404, Not Found]. Optional details: {"code":404,"messageKey":"error.routeNotFound","technical":"This route does not exist.","packageId":null,"entity":null,"message":"The requested resource does not exist on this server.","name":"Resource Not Found"} at com.silanis.esl.sdk.service.apiclient.AuthenticationTokensApiClient.createSignerAuthenticationToken(AuthenticationTokensApiClient.java:72) at com.silanis.esl.sdk.service.AuthenticationTokensService.createSignerAuthenticationToken(AuthenticationTokensService.java:70) at com.silanis.esl.sdk.EslClient.signDocuments(EslClient.java:381) at esLConnect.main(esLConnect.java:24) Caused by: com.silanis.esl.sdk.internal.RequestException: HTTP POST on URI https://signer-sandbox-gov.esignlive.com/authenticationTokens/signer/multiUse resulted in response with status code: [404, Not Found]. Optional details: {"code":404,"messageKey":"error.routeNotFound","technical":"This route does not exist.","packageId":null,"entity":null,"message":"The requested resource does not exist on this server.","name":"Resource Not Found"} at com.silanis.esl.sdk.internal.RestClient.execute(RestClient.java:192) at com.silanis.esl.sdk.internal.RestClient.post(RestClient.java:105) at com.silanis.esl.sdk.service.apiclient.AuthenticationTokensApiClient.createSignerAuthenticationToken(AuthenticationTokensApiClient.java:69) ... 3 more


Subscriptions

Topics Replies Freshness Views Users
Hi Experts, We have a use case where in client doesn't want to use the UI for signing. Once an approval step is completed in the BPM, it needs to complete signing without the user having to go to eSig
13 6 years 9 months ago 13
Profile picture for user harishaidary
Hi There, In our application, I am using the code below to get the documents eSigned Automatically in the sandbox account.
7 6 years 8 months ago 22
Profile picture for user harishaidary
Hi, I have a requirement where I need to assign Signer details to a specific placeholder in a layout.
4 7 years 5 months ago 49
Profile picture for user harishaidary
Hi, I need to insert an image as the signature. Is there a way to do that using sdk? Thanks Jay
7 3 years 11 months ago 188
Profile picture for user Duo_Liang
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.