Add name to signature
parent
30727cafc3
commit
e6361df479
|
@ -782,6 +782,9 @@ z.PdfSigner = class{
|
|||
if(_this.opt.reason){
|
||||
signObj["Reason"] = _this.convToPDFString(_this.opt.reason);
|
||||
}
|
||||
if(_this.opt.signame){
|
||||
signObj["Name"] = _this.convToPDFString(_this.opt.signame);
|
||||
}
|
||||
if(_this.opt.location){
|
||||
signObj["Location"] = _this.convToPDFString(_this.opt.location);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue