I’ve add an electronic seal to the signature in the API call (createEnveloppe).
The seal is visible in the signature panel with Acrobat, but I want an image being visible in the PDF document (like the signer ‘signHereTabs’).
In the electronic Seal settings there is an image of the company, I need that image would be put into the document.
Here is the JSon for the seal in the createEnveloppe call :
"seals" : [ {
"recipientId" : "XXXXXXXXXXX",
"recipientSignatureProviders" : [ {
"sealName" : "XXXXXXXXXXX"
} ],
"routingOrder" : "2"
} ],
May I add some tab (companyTab, other) ?
What should I do ?
I’ve looked the API documentation, but I didn’t find…