Add name to signature

pull/2/head
Marcos Sanz 2023-02-27 07:05:24 +01:00
parent 30727cafc3
commit e6361df479
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}