Merge pull request #536 from OpenSignLabs/doc_load_drive

refactor: remove protected fields migration
This commit is contained in:
nxglabs
2025-04-25 07:39:21 +00:00
parent 64293db3a1
commit 3ded6c35a1
29 changed files with 2074 additions and 1586 deletions
@@ -270,7 +270,7 @@ async function sendMailsaveCertifcate(doc, pfx, isCustomMail, mailProvider, file
location: 'n/a',
name: eSignName,
contactInfo: eSigncontact,
signatureLength: 15000,
signatureLength: 16000,
});
const pdfWithPlaceholderBytes = await certificatePdf.save();
const CertificateBuffer = Buffer.from(pdfWithPlaceholderBytes);
@@ -408,7 +408,7 @@ async function PDF(req) {
location: 'n/a',
name: eSignName,
contactInfo: eSigncontact,
signatureLength: 15000,
signatureLength: 16000,
});
const pdfWithPlaceholderBytes = await pdfDoc.save();
PdfBuffer = Buffer.from(pdfWithPlaceholderBytes);