Forums
Hello, Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentId);
but the DownloadedFile class is leaving a warning stating that DownloadedFile is a raw type and should be parameterized.
Forums
Hi, This forum has been such a great help so far, that I figured I'd post here on the off-chance you can provide some guidance. We're working on displaying the Signing Ceremony iFrame within our application on mobile devices (specifically an iPad running Safari) and have run into some issues. The main thing we discovered was that the iFrame wouldn't scroll.
Forums
Hi, I need to know how to get the layoutId of an existing layout that was created using eSL web portal. The requirement we have is; The user will send the layout name, document and signer info, we then need to go fetch this layout and apply it to the document that the user sent. Also while applying the layout we will need to replace the signature placeholders with the signer information that the user provides. Thanks, Sudhangi
Forums
Hi, I am wanting to add some extra fields to the evidence summary PDF that can be viewed after a signing session is complete. I have tried to follow the tutorial for Signer Session fields, but have not been able to get it to work (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/sdk/f_signing_documents/signer_session_management.htm#Signer). Is this possible to do? I am using the Java SDK v11.
Forums
Hi, i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe. What i CAN do and what is working is to obtain a session and build a package view for sender: private String getRedirectToPackageViewForSender(EslClient eslClient, AuthenticationClient authenticationClient, PackageId packageId) { final String senderAuthenticationToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.getId()); String redirectToPackageViewForSender = authenticationClient.buildRedirectToPackageViewForSender(userAuth
Forums
1. Is it possible to show user a custom popup after clicking on OPT-OUT button? I would like to display a popup window with a confirmation to the user, that he is discontinuing the esign ceremony process with OK and Cancel button. Clicking on OK button, I would like user to be navigated to a different page and clicking on Cancel page, user needs to be on the same page. 2. Is is possible to navigate the user a different page after choosing to OPT-OUT? Thanks, Ram