To sign a PDF, you can use the following JavaScript:
CurrReport.PrinterSettings.Sign.Certificate = ForNAVFileStorage.Data; // the value must be a blob field containing the certificate.
CurrReport.PrinterSettings.Sign.Password = ‘abc’;
The certificate must be a valid pfx certificate.
The post Signing PDFs appeared first on ForNAV.