Topic Replies Freshness Views Users
Normal topic
I'm wondering how I can make the text area name "Commentaire" in the pdf filled correctly. The text in the document does not appear correctly and is always on one line. I'm using a code similar to this : var documentBuilder =…
Normal topic
Hi, The following link provides detail on how to pass tags to eSign. https://www.esignlive.com/blog/esignlive-how-to-text-tags How do you retrieve the value of the tags back once the document has been signed programmatically? Thaban
Normal topic

We are implementing Conditional fields.  I am starting by trying to get our existing text tag to use the fieldName.  From the documentation, I see this syntax  {{esl_SignerAutograph:signer1:Signature}} .

Using…

Normal topic

Hi, 

I am using text tag extraction feature and adding signer dynamically and without adding approval code was working fine. But now it is breaking and throwing error  Could not send the package…

Hot topic
Hello, We want to use the "Text Tag Extraction" feature (https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/) but we can't find a way to get it working. We've tried examples from multiple sources (including the…
Normal topic
Greetings I'm doing some scale testing and I've noticed that I can't programmatically upload data to a textarea using REST if the data is longer than 2100 characters (approximately). This is the error I get The remote server returned…
Normal topic
I'm trying to send a document for signature using text extraction. It's working, but it's putting an extra signature field in the document that I don't want. My code looks like:
    .WithDocument(DocumentBuilder.NewDocumentNamed(…
Normal topic
I am seeing a bug where the following occurs: 1. I create a package with 1 document and 1 signature placed using text anchors. 2. At a later time, I programmatically add another signature to that same package/document using text anchors. …
Normal topic
Hey team, We are using Text Anchor feature to extract fields. But there was one field that doesn't get the right position and show up at left-top corner of the page. Our .NET SDK version is 11.0, during package creation, we didn't…
Normal topic

The Creating a Callback Notification Listener guide says I have put a callback URL. Is there a way to test the integration of Event callbacks in a local environment?

Normal topic

Hello Onespan,

I am currently having weird error.

On signing steps, when I click on 'Next' or 'Accept', (Only sometimes) Onespan prevents me to proceed with "Validation Error" (Please refer attached screen capture).<…

Normal topic
Guys, We've noticed on a few occasions that when you guys update your sandbox it almost always breaks our account that is tied to a Vault. Because of this it stops our workflow until the issue is resolved. Since we have more than one…
Normal topic
Can anyone confirm or deny if Adobe AcroForms are currently supported? I get the following error when attempting to eslClient.UploadDocument(doc, pkg) : Could not upload document to package. Exception: The remote server returned an…
Normal topic
Hi, Does eSignLive have any feature to support delegation of signer during vacation period i.e. When I create a package I specify Signer 1 and also a delegated Signer 2 for a specified time period
Normal topic

Does anyone have a .NET c# sample code for the subaccount calls?

Normal topic
Hello, I want to check if we can hide the status bar, while signing. Please check the attached image. Thanks, Nehme
Normal topic
I have a requirement to integrate seamlessly with eSignLive. We will have many clients on our side and each will have an account with Silanis. I need to authenticate user in code behind when user logs into our portal. Basically, if I…
Normal topic

Hello Support Team,

We are using designer view for e-signing the documents. 
here, we passing multiple signers for document(s).

We found one issue here is that, if we pass 4 signers for 1 document at that…

Normal topic
I need to have a way to enter the url like https://sandbox.esignlive.com/packages/ab854149-bd9c-4c80-89e0-3a6012c23659 and using single sign on be instantly put into that document packages edit screen using your web interface. The theory…
Normal topic
Hi, Is it possible to have multiple signers for a single document and if any one of the signer's signs it, it should be in completed status? Thanks in advance. Lakhan.
Normal topic
Hi all. Help with the following really appreciated. Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine. PDF form…
Normal topic

Hello, 
 

I have a scenario where I have a signer that is attached to a package but does not have fields to sign on a document. I am able to generate the url for the signer using this line of code in .NET

Normal topic

We have a client who wants us to send the Invitation Email to begin a signing session to a customer's cell phone as well.  They claim that some of their customers don't have email (!) and only have cell phones, and that their…

Normal topic
Hi, We have eSignLive for both the web and mobile. We've noticed that loading the Signing Ceremony is taking a really long time to load, both in dev and production. Is there any performance update planned in the future? Thanks, …
Normal topic
As specified on this page: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/k_customization/customizing_the_signing_cermony.htm?Highlight=customization#Customiz I have applied settings in the code: -------------------------…