eSignLive PDF is showing AnchorText in background of Sign Date
Tuesday, September 18, 2018 at 12:14pmWe are facing issue with the TextAnchor visibility issue in the PDF’s on Signing Date field. We are using eSignLive API to add tags and signers and sending the request in JSON format.
In below example of request json sent to eSignLive we are sending the AnchorText to Identify the Insured_Signature_Date
Request JSON
Signatures": [
{
"GroupId": null,
"SignerEmail": "[email protected]",
"RoleId": null,
"Accepted": null,
"Page": 8,
"X": 0,
"Y": 0,
"Height": 50,
"Width": 200,
"Style": {},
"Fields": [
{
"Id": "User_Signature_Date",
"Width": 200,
"Height": 50,
"Style": {},
"X": 0,
"Y": 0,
"Page": 8,
"Binding": "{approval.signed}",
"Validator": null,
"Name": null,
"Extract": false,
"Value": null,
"TextAnchor": {
"AnchorText": "AFSADFdsfdsfsd34sgdgs",
"Occurrence": 0,
"Character": 0,
"Position": {},
"XOffset": 0,
"YOffset": 0,
"Width": 60,
"Height": 16
}
}
],
"Id": {
"Id": "User_Signature"
},
"Name": null,
"Extract": false,
"TextAnchor": {
"AnchorText": "gdssgsdge5535wtcxvx",
"Occurrence": 0,
"Character": 0,
"Position": {},
"XOffset": 0,
"YOffset": -10,
"Width": 380,
"Height": 30
}
On PDF, above shown Anchor Text 'AFSADFdsfdsfsd34sgdgs' appearing in background which need to be hidden
Reply to: eSignLive PDF is showing AnchorText in background of Sign Date
Tuesday, September 18, 2018 at 01:38pmReply to: eSignLive PDF is showing AnchorText in background of Sign Date
Wednesday, September 19, 2018 at 08:28amReply to: eSignLive PDF is showing AnchorText in background of Sign Date
Wednesday, September 19, 2018 at 08:45amReply to: eSignLive PDF is showing AnchorText in background of Sign Date
Wednesday, September 19, 2018 at 11:18amReply to: eSignLive PDF is showing AnchorText in background of Sign Date
Wednesday, September 19, 2018 at 11:55amReply to: eSignLive PDF is showing AnchorText in background of Sign Date
Thursday, September 20, 2018 at 06:12am