Hi,
Is there any issue with below text tag ?
{{esl:signer1:textfield:size(200,50)}}
Because I got the textbox inside the PDF file, but not able to type anything inside it .
I am using .Net SDK
Can you please help me ?
Hi there,
It is indeed a bug. Our team is aware of this issue and we're working to resolve it. The current workaround is to add a max length to the textfield: {{esl:signer1:textfield:size(200,50):Maxlen(200)}}
Let me know if this works for you.
Hi,
I checked but still getting error like below:
Optional details: {"messageKey":"error.validation.texttag.propertiesFormatError","parameters":{"tag":"{{esl:signer1:textfield:size(350,20):Maxlen(200)}}"},"message":"{tag={{esl:signer1:textfield:size(350,20):Maxlen(200)}}}: Properties format error.","code":400,"name":"Validation Error"}
Please let me know if anything is not correct in above code.
Hi there,
I'm getting the same error as well. We've been experiencing issues with our Text Tag extraction feature. Our maintenance is aware of the issue and is currently working on resolving the issue. I will let you know for any updates. I apologize for the inconvenience.
Update: The correct text tag should be {{esl:signer1:textfield:size(350,20),Maxlen(200)}}
As per our documentation: https://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/extraction.htm#TextTagExtraction
"{{esl_fieldName:roleName:fieldType:parameter1, parameter2, ...}}"
Reply to: Add HTML control in PDF
Friday, March 23, 2018 at 05:14amReply to: Add HTML control in PDF
Friday, March 23, 2018 at 09:51pmReply to: Add HTML control in PDF
Monday, March 26, 2018 at 09:29amReply to: Add HTML control in PDF
Friday, March 30, 2018 at 03:47amReply to: Add HTML control in PDF
Monday, April 2, 2018 at 05:33amReply to: Add HTML control in PDF
Thursday, April 5, 2018 at 08:33pmReply to: Add HTML control in PDF
Friday, April 6, 2018 at 08:13amReply to: Add HTML control in PDF
Friday, April 6, 2018 at 08:33amReply to: Add HTML control in PDF
Saturday, April 7, 2018 at 03:24am