Merge pull request #1471 from OpenSignLabs/uncompatible_pdf

This commit is contained in:
Andrew
2024-11-18 18:23:52 +05:30
committed by GitHub
@@ -74,6 +74,9 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
if (template?.SignatureType?.length > 0) {
object.set('SignatureType', template?.SignatureType);
}
if (template?.NotifyOnSignatures) {
object.set('NotifyOnSignatures', template?.NotifyOnSignatures);
}
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',