Shailendra1801

Add HTML control in PDF

0 votes
Hi , Is it possible to add below controls like textbox in PDF file ? - Check box - Date picker or mask textbox - Radio button Thanks in adv.

Reply to: Add HTML control in PDF

0 votes
is it possible to add field with tag (checkbox or radio button) like below ? {{esl:signer1:textfield:size(200,50)}}

Reply to: Add HTML control in PDF

0 votes
Of course: https://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/extraction.htm?Highlight=text%20tags#TextTagExtraction
Haris Haidary OneSpan Technical Consultant

Reply to: Add HTML control in PDF

0 votes
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 ?

Reply to: Add HTML control in PDF

0 votes
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.
Haris Haidary OneSpan Technical Consultant

Reply to: Add HTML control in PDF

0 votes
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.

Reply to: Add HTML control in PDF

0 votes
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.
Haris Haidary OneSpan Technical Consultant

Reply to: Add HTML control in PDF

0 votes
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, ...}}"
Haris Haidary OneSpan Technical Consultant

Reply to: Add HTML control in PDF

0 votes
Hi, Thanks for your reply, and this solution is working fine. It has resolved my textbox issue. Thank you very much :)

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off