Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello Team, I have a scenario where I create and send a PackageDocument from a dynamically provided PDF document and I add a number of signatures based on a text-anchor.
Hello Team, I have the following scenario: I am trying to create a Package with a PDF document, which is provided as binary stream.
Hello there, I have an eSignLive integration, using the SDK v11, where I am able to Create& Send package for signing to:
1.
Hello, I am working on an eSignLive integrtion through the SDK and I have the following requirement for multiple signers: Given: a DocumentPackage for signing with eSignLive and 3 Signers. Then:

Replies Created

0 votes
Hello Haris, thank you very much for the suggestion. The code you provide:
eslClient.getPackageService().archive(packageId);
worked fine. What we had was:
documentPackage.setStatus(PackageStatus.ARCHIVED);
eslClient.updatePackage(packageId, documentPackage);
Just to show how we managed to create "our" - "hidden" signature, please check code below:
SignatureBuilder signerSignature = SignatureBuilder.signatureFor(signer.getEmail()).withSize(0, 0);
documentBuilder.withSignature(signerSignature);
And we are able to sign it using:
eslClient.signDocuments(packageId, EslResource.generateIdFromString(email));
where: EslResource.generateIdFromString(email) is our custom code which we use to generate unique Signer ID based on the Signer email. Thank you very much for your quick help, one more time :)

Reply to: How to validate if a document holds required text-anchor?

0 votes
Hello Haris, Thank you very much fore the update. I think it would be handy if we could have some sort of PackageDocument pre-validation before we call eslClient Create Package. For example:
try {
   eslClient.validatePackageDocument();
} catch (EslException e) {
   //ECHO there was problem with Package set up!!!
   System.out.println(e.getMessage());
}
In the mean time I will check the provided URL . Regards, Kosta.

Reply to: How to validate if a document holds required text-anchor?

0 votes
Hello Haris, could you please check the raised enhancement suggestion that I did (link in my previous post) and check if this has been checked or not? It's being more than a week since I created it and there were no comments on this. Thank you in advance. Kosta.

Subscriptions

Topics Replies Freshness Views Users
Hello Team, I have a scenario where I create and send a PackageDocument from a dynamically provided PDF document and I add a number of signatures based on a text-anchor.
1 7 years 1 month ago 14
Profile picture for user harishaidary
Hello Team, I have the following scenario: I am trying to create a Package with a PDF document, which is provided as binary stream.
7 7 years 3 months ago 54
Profile picture for user harishaidary
Hello there, I have an eSignLive integration, using the SDK v11, where I am able to Create& Send package for signing to:
1.
2 7 years 4 months ago 14
Profile picture for user harishaidary
Hello, I am working on an eSignLive integrtion through the SDK and I have the following requirement for multiple signers: Given: a DocumentPackage for signing with eSignLive and 3 Signers. Then:
2 7 years 4 months ago 12
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.