Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to:

0 votes

So, how about the value setting from the apex. As you know on the text tag we just do the below code

OneSpanAPIObjects.Document document1 = new OneSpanAPIObjects.Document();
            document1.name = document1Name;
            document1.id = document1Name;
            document1.extract = true;

pkg.documents = new List<OneSpanAPIObjects.Document>{document1};

On the apex side we haven't created any field and but the textfield box will be shown on the pdf using text tag.

 

Regards,

Shashank Verma


Reply to:

0 votes

Hey Duo,

 

Can you let me know if we can change signature type in Text Tags Extraction.

For now, we are using below tag to show the signature box but it is as Capture type

{{esl:signer1:capture:size(200,50)}}

Do we have other type of signature field in Text Tags ex: FULLNAME

 

Can you please confirm and let us know if we can implement that.

 

Regards,

Shashank Verma

 

 


Subscriptions

This user is not subscribed to any release notes.

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.