PDFExtractCertificatesValve
Note
Extract certificates from signatures in the pdf file. Will add a new item for each certificate.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| sourceDataAttribute | Item property containing the PDF data. | Yes | No | |
| targetCertificateAttribute | Item property that will contain the certificate after execution. | certificate | No | No |
Example Configuration
{
"name": "PDFExtractCertificatesValve",
"config": {
"sourceDataAttribute": "temporary",
"targetCertificateAttribute" : "certificateToBeValidated"
}
}
Requirements
PhenixID Signing Service installed.