Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello I am using the JAVA SDK to send signing co-ordinates and a base 64 document stream to eSignLive and get a signing link.
We have been facing slowness and unresponsiveness for SDK method calls as well as API calls. Are the services down?
Hello If a document has multiple signature blocks, on clicking the first signing block a popup appears to capture the signature and from the next signature block onwards it applies the captured signa
We are trying to upload the attached PDF (eF2 - Sign.pdf) to eSignLive as a document to sign. It contains a signature block embedded in it.
I am implementing eSignLive integration with one of my services. I need a detailed documentation of all 'Optional details message' for 400 Bad requests that can be thrown on createPackage SDK method.

Replies Created

Reply to: Not able to get document after signing

0 votes
Thanks Haris the quick turnaround. I am able to download the signed documents on disk with the code sample that you shared. But I needed to extract the files inside the zip in memory as we have a subsequent workflow which needs the documents in memory. But I believe, w.r.t. eSignLive, the document zip with the signed files is being returned successfully. So, the problem is not at your end for sure. Thanks for all the help. I need to find out the issue in the code we are using to extract the files. Thanks again. Regards Sudipta

Reply to: Callback endpoint while creating eSignLive package using Java SDK

0 votes
We wanted to set the callback at package level so that we can setup custom query parameter (say, ) which will be unique for a package. We need this parameter (id) to be appended to the callback url so that we can uniquely identify the package in the response. We do not save the packageid in our DB. So, only way we can identify a package in callback is by the unique value of the parameter appended to callback url. We are using the following code to generate the package. We are expecting PackageBuilder to provide us a way to set the callback url while creating the package. Document document = new Document(); document.addSignatures(signs); document.setContent(DatatypeConverter.parseBase64Binary(); document.setName("TestDocument"); document.setFileName("TestDocument.pdf"); DocumentPackageSettings settings = DocumentPackageSettingsBuilder .newDocumentPackageSettings() .hideOwnerInPersonDropDown() .withoutDocumentToolbarDownloadButton() .withoutDialogOnComplete() .withoutCaptureText() .withDecline() .withoutInPerson() .withoutOptOut() .withoutOptOutOther() .withoutWatermark() .withoutDialogOnComplete() .withoutLanguageDropDown() .withCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.newCeremonyLayoutSettings() .withoutNavigator() .withoutGlobalNavigation() .withoutBreadCrumbs() .withoutSessionBar() .withoutTitle() .withoutIFrame() .withoutGlobalConfirmButton() .withoutGlobalDownloadButton() .withoutGlobalSaveAsLayoutButton() .withLogoSource(null)) .build(); PackageBuilder packageBuilder = newPackageNamed("uSign Transaction " + format.format(new Date())) .withSigner(newSignerWithEmail(email) .withCustomId(uSignId.toString()) .withFirstName(signerFirstName) .withLastName(signerLastName)); final DocumentPackage documentPackage = packageBuilder.withDocument(document).withSettings (settings).build();

Subscriptions

Topics Replies Freshness Views Users
Hello I am using the JAVA SDK to send signing co-ordinates and a base 64 document stream to eSignLive and get a signing link.
2 5 years 6 months ago 17
Profile picture for user Duo_Liang
We have been facing slowness and unresponsiveness for SDK method calls as well as API calls. Are the services down?
4 5 years 9 months ago 38
Profile picture for user mwilliams
Hello If a document has multiple signature blocks, on clicking the first signing block a popup appears to capture the signature and from the next signature block onwards it applies the captured signa
14 5 years 9 months ago 51
Profile picture for user mwilliams
We are trying to upload the attached PDF (eF2 - Sign.pdf) to eSignLive as a document to sign. It contains a signature block embedded in it.
2 5 years 11 months ago 133
I am implementing eSignLive integration with one of my services. I need a detailed documentation of all 'Optional details message' for 400 Bad requests that can be thrown on createPackage SDK method.
2 5 years 11 months ago 9
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.