Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Replies
Topics Started
Preferences
Topic Started
Topics |
---|
Is it possible to set different language for different signer within the same package
Thanks
|
Is there any way I can remove account logo.
I can replace it by logo-esl.png with logo I want. But I don't want any logo in the signing page. How do I do that
Thanks
|
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
|
For radio and check box once user select its what is the expected value. Right now I am getting 'X'. Is this correct?
|
Is there any way I can dynamically add signer and document while creating the package.
|
Replies Created
Reply to: Creating Signer and document dynamically during package creation
Monday, December 28, 2015 at 07:36amThanks.
How do I do the same(dynamically add ) for multiple signatures within the document.
Reply to: Creating Signer and document dynamically during package creation
Monday, December 28, 2015 at 10:39amThanks.
Reply to: Creating Signer and document dynamically during package creation
Friday, January 8, 2016 at 10:56amHi Michael
I was trying to do
mydocument.addSignatures(mysignatures);
mydocpackage.getDocuments().add(mydocument);
But this mydocpackage.getDocuments() returns HashMap values and if I try to add it will throw java.lang.UnsupportedOperationException.
So I tried to do
List list = new ArrayList(documentPackage.getDocuments());
list.add(mydocument);
But when I run I don't see document values are populated under DocumentPackage.
Can you help us on this
Reply to: Creating Signer and document dynamically during package creation
Sunday, January 10, 2016 at 03:03pmSDK version 10.9
and Java version 1.6
Reply to: Creating Signer and document dynamically during package creation
Sunday, January 10, 2016 at 03:17pm
and this is what I see inside DocumentPackage class
private final Map documents;
public Collection getDocuments()
{
return this.documents.values();
}
Subscriptions
Topics | Replies | Freshness | Views | Users |
---|---|---|---|---|
Is it possible to set different language for different signer within the same package
Thanks
|
3 | 7 years 10 months ago | 32 | ![]() |
Is there any way I can remove account logo.
I can replace it by logo-esl.png with logo I want. But I don't want any logo in the signing page. How do I do that
Thanks
|
1 | 7 years 10 months ago | 35 | ![]() |
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?
|
3 | 7 years 10 months ago | 28 | ![]() |
For radio and check box once user select its what is the expected value. Right now I am getting 'X'. Is this correct?
|
3 | 7 years 10 months ago | 8 | ![]() |
Is there any way I can dynamically add signer and document while creating the package.
|
10 | 7 years 10 months ago | 39 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.