108 results matched your search criteria
Forum topic
OneSpan Sign
Does anyone have a protip on how to quickly place signature anchors on a document? I am often guessing the top and left values and then creating a full transaction to see if I got close. Is there a faster way to get this positioning right?
Forum topic
OneSpan Sign
We are going to be sending eSign a PDF that already contains the tags for signature. I'm looking at documentation, but can't see where to find the tags we need to put in the pdf.
Forum topic
OneSpan Sign
Hello,
We have the below field in our pdf: {{esl:Signer1:textfield:size(200,50)}}
Can you please let us know how to make these fields required and how can I set the max field length for these fields.
Thanks!
Forum topic
OneSpan Sign
I have one question regarding Text tag, can we define a name for a text tag?
For e.g, in the below text tag, can we set a name as well? So that when we retrieve the value we know that the value corresponds to that particular field.
Forum topic
OneSpan Sign
I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 }) from reading <AnchorTabString>{ESIG_BORR01_SO_0001}</AnchorTabString> inside my PDF file.
Forum topic
OneSpan Sign
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}} .
Forum topic
OneSpan Sign
Good afternoon, I am working on a document to add text tags with radio buttons. I am using the text tag
{{esl_optionG:Signer1:Radio:Group("Frequency"),Value("X"),size(15,15),offset(15,-3)}}
Forum topic
OneSpan Sign
I am using the text tag extract example found here: Text Tag Extraction (Apex SDK) | OneSpan Community Platform
Forum topic
OneSpan Sign
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document.
Let my explain what I have been attempting to achieve.
First I upload a document to an existing package, the package already contains a new role that I have created.