feat: add Send in order to send mail sequentially for signing document

This commit is contained in:
prafull-opensignlabs
2024-02-15 15:43:32 +05:30
parent 4f2801d901
commit 68050e3a35
6 changed files with 323 additions and 158 deletions
+2 -2
View File
@@ -238,13 +238,13 @@ async function PDF(i, n) {
v && 0 < v.length
? plainAddPlaceholder({
pdfBuffer: e,
reason: 'Digitally signed by OpenSign for ' + v?.join(', '),
reason: 'Digitally signed by OpenSign for ' + v?.join(', '),
location: 'location',
signatureLength: 1e4,
})
: plainAddPlaceholder({
pdfBuffer: e,
reason: 'Digitally signed by OpenSign for ' + m + ' <' + g + '>',
reason: 'Digitally signed by OpenSign for ' + m + ' <' + g + '>',
location: 'location',
signatureLength: 1e4,
})),