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
@@ -72,7 +72,7 @@ export default async function generateCertificatebydocId(req) {
location: 'n/a',
name: eSignName,
contactInfo: eSigncontact,
signatureLength: 15000,
signatureLength: 16000,
});
const pdfWithPlaceholderBytes = await certificatePdf.save();
const CertificateBuffer = Buffer.from(pdfWithPlaceholderBytes);