Update zgapdfsigner.js - revert commit
parent
32a3b5f1e0
commit
bb8faab7d7
|
@ -430,7 +430,7 @@ z.PdfSigner = class{
|
|||
}
|
||||
/** @type {Zga.PdfCryptor} */
|
||||
_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.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue