Update zgapdfsigner.js - revert commit

pull/12/head
Th3G33k 2025-09-23 15:12:28 -10:00 committed by GitHub
parent 32a3b5f1e0
commit bb8faab7d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ z.PdfSigner = class{
} }
/** @type {Zga.PdfCryptor} */ /** @type {Zga.PdfCryptor} */
_this.cyptr = new z.PdfCryptor(cypopt); _this.cyptr = new z.PdfCryptor(cypopt);
pdfdoc = await _this.cyptr.encryptPdf(pdfdoc, encref); await _this.cyptr.encryptPdf(pdfdoc, encref);
z.log("Pdf data has been encrypted."); z.log("Pdf data has been encrypted.");
} }
} }