Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Blue circle/swirl signature watermark

0 votes
If you are using the SDK, you can remove the watermark for that package using the withoutWatermark() method as shown in the following Java code (.NET code is similar):
DocumentPackage documentPackage = newPackageNamed(
				"eSignature Package")

				// Customize your e-signature process
				// For more information, See
				// http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_customizing-the-signing-ceremony
				.withSettings(
						DocumentPackageSettingsBuilder
								.newDocumentPackageSettings()
								.withoutWatermark()
								);
Using the API, you can add the following to your package JSON:
{
 	"settings": {
		"ceremony": {
			"hideWatermark": true
		}
	}
}

Reply to: custom web ui

0 votes
If you are using Java, you can try this project: http://bit.ly/esljavaexample It has several examples inside the code and a setting for a demo using an iframe. Please let me know if this was helpful!

Subscriptions

Topics Replies Freshness Views Users
is it possible to have a completely custom web ui over existing eSignLive infrastructure. purpose to it would be that user never leaves our system.
3 8 years 4 months ago 20
Profile picture for user mwilliams
What is the blue swirl watermark (image attached), next to the signature, on a signed document? Is there a way I can remove this or replace it with my own image? Thanks, -K
3 8 years 4 months ago 87

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.