Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Preferences
Replies
Topics Started
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: Conversion of inches to pixels for signature co-ordinates
Wednesday, January 10, 2018 at 08:07amThanks for the answer. It was really helpful.
Reply to: Not able to get document after signing
Thursday, February 1, 2018 at 07:39amThanks 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
Thursday, February 1, 2018 at 07:19amWe 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();
Reply to: Callback endpoint while creating eSignLive package using Java SDK
Thursday, February 1, 2018 at 07:31amThanks for the information Haris. It was really helpful. Can you also share an example of setting the callback url at account level?
Regards
Sudipta
Reply to: Callback endpoint while creating eSignLive package using Java SDK
Thursday, February 1, 2018 at 07:47amThanks Haris. I got all my questions around callback answered.
Regards
Sudipta
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 ago | 12 | ![]() |
We have been facing slowness and unresponsiveness for SDK method calls as well as API calls. Are the services down?
|
4 | 5 years 4 months ago | 30 | ![]() |
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 4 months ago | 29 | ![]() |
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 6 months ago | 117 | |
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 6 months ago | 4 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.